Skip to content

Commit 1f87a3b

Browse files
authored
fix(matter): exclicit Disable Matter over Thread
1 parent 5c2f024 commit 1f87a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/defconfig.esp32c61

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
4747
CONFIG_ENABLE_CHIPOBLE=y
4848

4949
# Matter with WiFi + Thread - not enabled for now
50-
#CONFIG_ENABLE_MATTER_OVER_THREAD=y
50+
CONFIG_ENABLE_MATTER_OVER_THREAD=n
5151
# Set endpoint id for Thread and Wi-Fi, depending on the secondary network interface endpoint id.
5252
CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
5353
CONFIG_WIFI_NETWORK_ENDPOINT_ID=0

0 commit comments

Comments
 (0)