Skip to content

Commit 57d918e

Browse files
authored
feat(matter): Update defconfig.esp32c6
1 parent 0d1fe99 commit 57d918e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

configs/defconfig.esp32c6

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,12 @@ CONFIG_OPENTHREAD_NETWORK_MASTERKEY="00112233445566778899aabbccddeeff"
4444
CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
4545
# end of OpenThread
4646

47-
# Matter shall use only WiFi
48-
CONFIG_ENABLE_MATTER_OVER_THREAD=n
47+
# Matter settings: WiFi and OpenThread + CHIPoBLE
48+
CONFIG_ENABLE_CHIPOBLE=y
49+
CONFIG_ENABLE_MATTER_OVER_THREAD=y
50+
# Set endpoint id for Thread and Wi-Fi, depending on the secondary network interface endpoint id.
51+
CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
52+
CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
4953

5054
#
5155
# Zigbee

0 commit comments

Comments
 (0)