We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d918e commit 69ad6e8Copy full SHA for 69ad6e8
configs/defconfig.esp32c5
@@ -50,8 +50,12 @@ CONFIG_OPENTHREAD_NETWORK_MASTERKEY="00112233445566778899aabbccddeeff"
50
CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
51
# end of OpenThread
52
53
-# Matter shall use only WiFi
54
-CONFIG_ENABLE_MATTER_OVER_THREAD=n
+# Matter settings: WiFi and OpenThread + CHIPoBLE
+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
59
60
#
61
# Zigbee
0 commit comments