Skip to content

Commit 69ad6e8

Browse files
authored
feat(matter): Update defconfig.esp32c5
1 parent 57d918e commit 69ad6e8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

configs/defconfig.esp32c5

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +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
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
5559

5660
#
5761
# Zigbee

0 commit comments

Comments
 (0)