Skip to content

Commit 3f14c1f

Browse files
authored
fix(matter): disable matter over thread config setting
1 parent 87aefa5 commit 3f14c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/defconfig.esp32c5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
5252

5353
# Matter settings: WiFi and OpenThread + CHIPoBLE
5454
CONFIG_ENABLE_CHIPOBLE=y
55-
CONFIG_ENABLE_MATTER_OVER_THREAD=y
55+
CONFIG_ENABLE_MATTER_OVER_THREAD=n
5656
# Set endpoint id for Thread and Wi-Fi, depending on the secondary network interface endpoint id.
5757
CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
5858
CONFIG_WIFI_NETWORK_ENDPOINT_ID=0

0 commit comments

Comments
 (0)