Skip to content

Commit 3e0dd06

Browse files
authored
feat(matter): allow C5, C6 and H2 as possible targets
1 parent bef1e76 commit 3e0dd06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

idf_component_examples/Arduino_ESP-Matter-over-Thread_ESP32-C6/sdkconfig.defaults

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
CONFIG_IDF_TARGET="esp32c6"
2-
31
# Arduino ESP32 settings
42
CONFIG_BOOTLOADER_LOG_LEVEL_ERROR=y
53
CONFIG_AUTOSTART_ARDUINO=y
@@ -68,3 +66,4 @@ CONFIG_ENABLE_WIFI_AP=n
6866

6967
# Enable HKDF in mbedtls
7068
CONFIG_MBEDTLS_HKDF_C=y
69+

0 commit comments

Comments
 (0)