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 883d842 commit 5190c32Copy full SHA for 5190c32
configs/defconfig.esp32c5
@@ -57,8 +57,9 @@ CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
57
# CONFIG_ENABLE_CHIPOBLE=y
58
# CONFIG_ENABLE_MATTER_OVER_THREAD=y
59
# Set endpoint id for Thread and Wi-Fi, depending on the secondary network interface endpoint id.
60
-# CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
61
-# CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
+# ESP32-C5 has both, WiFi anf OpenThread Libraries, therefore both are enabled and each must point to a different EndPointID
+CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
62
+CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
63
64
#
65
# Zigbee
0 commit comments