We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c8040 commit bfe69c6Copy full SHA for bfe69c6
examples/espidf-arduino-matter-light/sdkconfig.defaults.c6_thread
@@ -5,7 +5,7 @@ CONFIG_FREERTOS_HZ=1000
5
CONFIG_AUTOSTART_ARDUINO=y
6
7
# Log Levels
8
-# Boot Messages - Log level
+# Boot Messages - Log level
9
CONFIG_BOOTLOADER_LOG_LEVEL_ERROR=y
10
# Arduino Log Level
11
CONFIG_ARDUHAL_LOG_DEFAULT_LEVEL_INFO=y
@@ -56,7 +56,7 @@ CONFIG_LWIP_MULTICAST_PING=y
56
CONFIG_USE_MINIMAL_MDNS=n
57
CONFIG_ENABLE_EXTENDED_DISCOVERY=y
58
59
-# Enable OTA Requestor
+# Enable OTA Requester
60
CONFIG_ENABLE_OTA_REQUESTOR=n
61
62
# Disable STA and AP for ESP32C6
@@ -77,4 +77,3 @@ CONFIG_MRP_MAX_RETRANS=3
77
78
# Enable HKDF in mbedtls
79
CONFIG_MBEDTLS_HKDF_C=y
80
-
0 commit comments