Skip to content

Commit d074e57

Browse files
authored
fix(matter): forcing openthread disabled - testing
Added configuration to disable Matter over Thread.
1 parent 186810d commit d074e57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

idf_component_examples/esp_matter_light/sdkconfig.defaults

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ CONFIG_PARTITION_TABLE_OFFSET=0xC000
3636
# Disable chip shell
3737
CONFIG_ENABLE_CHIP_SHELL=n
3838

39+
# Disable Matter over Thread
40+
CONFIG_ENABLE_MATTER_OVER_THREAD=n
41+
3942
# Enable OTA Requester
4043
CONFIG_ENABLE_OTA_REQUESTOR=n
4144

0 commit comments

Comments
 (0)