Skip to content

Commit 63322ee

Browse files
authored
Disable OpenThread configuration in sdkconfig.defaults
Comment out OpenThread configuration options.
1 parent c31eb34 commit 63322ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/espidf-arduino-matter-light/sdkconfig.defaults

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@ CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY=y
7878
CONFIG_USE_MINIMAL_MDNS=y
7979
CONFIG_ENABLE_EXTENDED_DISCOVERY=y
8080

81+
# Disable OpenThread
82+
# CONFIG_OPENTHREAD_ENABLED is not set
83+
# CONFIG_OPENTHREAD_SRP_CLIENT is not set
84+
# CONFIG_OPENTHREAD_DNS_CLIENT is not set
85+
# CONFIG_OPENTHREAD_LOG_LEVEL_DYNAMIC is not set
86+
# CONFIG_OPENTHREAD_LOG_LEVEL_NOTE is not set
87+
# CONFIG_OPENTHREAD_CLI is not set
88+
8189
# ESP32-C6-DevKit Settings
8290
# Buttons
8391
CONFIG_BUTTON_PIN=9

0 commit comments

Comments
 (0)