Skip to content

Commit 1f16484

Browse files
authored
Enables Matter over Thread + WiFi using CHIPoBLE
1 parent d362c2c commit 1f16484

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

configs/defconfig.esp32c5

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,12 @@ CONFIG_OPENTHREAD_NETWORK_MASTERKEY="00112233445566778899aabbccddeeff"
5050
CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
5151
# end of OpenThread
5252

53-
# Matter shall use only WiFi
54-
CONFIG_ENABLE_MATTER_OVER_THREAD=n
55-
53+
# Matter settings: WiFi and OpenThread + CHIPoBLE
54+
CONFIG_ENABLE_CHIPOBLE=y
55+
CONFIG_ENABLE_MATTER_OVER_THREAD=y
56+
# Set endpoint id for Thread and Wi-Fi, depending on the secondary network interface endpoint id.
57+
CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
58+
CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
5659
#
5760
# Zigbee
5861
#

0 commit comments

Comments
 (0)