You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [ESP32] all-clusters-app: changes to support idf v5.0
- Fixed few format specifier
- Using the older version of led_strip, v1.0.0-alpha, which is present in
idf v4.4.3 to avoid putting in more ifdefs in the code.
* [ESP32] all-clusters-minimal-app: changes to support idf v5.0
- Fixed few format specifier
- Using the older version of led_strip, v1.0.0-alpha, which is present in
idf v4.4.3 to avoid putting in more ifdefs in the code.
* Added esp idf component manager related files to .gitignore
* [ESP32] bridge-app: changes to support idf v5.0
- Fixed few format specifier
* [ESP32] light-switch-app: changes to support idf v5.0
- Fixed few format specifiers
* restyle
* remove ErrorStr.h from bridge app
* added reason for adding files to .gitignore
if(("${CONFIG_DEVICE_TYPE_ESP32_DEVKITC}"STREQUAL"y") OR ("${CONFIG_DEVICE_TYPE_ESP32_C3_DEVKITM}"STREQUAL"y"))
112
+
if(("${CONFIG_DEVICE_TYPE_ESP32_DEVKITC}"STREQUAL"y") OR ("${CONFIG_DEVICE_TYPE_ESP32_C3_DEVKITM}"STREQUAL"y")OR ("${CONFIG_DEVICE_TYPE_ESP32_C2_DEVKITM}"STREQUAL"y"))
if(("${CONFIG_DEVICE_TYPE_ESP32_DEVKITC}"STREQUAL"y") OR ("${CONFIG_DEVICE_TYPE_ESP32_C3_DEVKITM}"STREQUAL"y"))
109
+
if(("${CONFIG_DEVICE_TYPE_ESP32_DEVKITC}"STREQUAL"y") OR ("${CONFIG_DEVICE_TYPE_ESP32_C3_DEVKITM}"STREQUAL"y")OR ("${CONFIG_DEVICE_TYPE_ESP32_C2_DEVKITM}"STREQUAL"y"))
0 commit comments