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 69ad6e8 commit 804e957Copy full SHA for 804e957
configs/defconfig.esp32h2
@@ -40,6 +40,13 @@ CONFIG_OPENTHREAD_NETWORK_MASTERKEY="00112233445566778899aabbccddeeff"
40
CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
41
# end of OpenThread
42
43
+# Matter settings: OpenThread + CHIPoBLE
44
+CONFIG_ENABLE_CHIPOBLE=y
45
+CONFIG_ENABLE_MATTER_OVER_THREAD=y
46
+# Set endpoint id for Thread
47
+CONFIG_THREAD_NETWORK_ENDPOINT_ID=0
48
+
49
50
#
51
# Zigbee
52
0 commit comments