Skip to content

Commit 39047b5

Browse files
authored
Modify Matter settings for WiFi and CHIPoBLE
Updated Matter settings to enable CHIPoBLE and disable Matter over Thread.
1 parent 7c3926e commit 39047b5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

configs/defconfig.esp32c61

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ CONFIG_OPENTHREAD_NETWORK_MASTERKEY="00112233445566778899aabbccddeeff"
4343
CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
4444
# end of OpenThread
4545

46-
# Matter settings: WiFi and OpenThread + CHIPoBLE
46+
# Matter settings: WiFi + CHIPoBLE
4747
CONFIG_ENABLE_CHIPOBLE=y
48-
CONFIG_ENABLE_MATTER_OVER_THREAD=y
48+
49+
# Matter with WiFi + Thread - not enabled for now
50+
#CONFIG_ENABLE_MATTER_OVER_THREAD=y
4951
# Set endpoint id for Thread and Wi-Fi, depending on the secondary network interface endpoint id.
50-
CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
51-
CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
52+
#CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
53+
#CONFIG_WIFI_NETWORK_ENDPOINT_ID=0

0 commit comments

Comments
 (0)