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 fec9e98 commit cd594deCopy full SHA for cd594de
configs/defconfig.esp32c5
@@ -52,11 +52,11 @@ CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
52
53
# ESP32-C5 fails when ESP Matter 1.4.1 is used. Try this latter with some other IDF 5.5 commit
54
# Matter settings: WiFi and OpenThread + CHIPoBLE
55
-# CONFIG_ENABLE_CHIPOBLE=y
56
-# CONFIG_ENABLE_MATTER_OVER_THREAD=y
+CONFIG_ENABLE_CHIPOBLE=y
+CONFIG_ENABLE_MATTER_OVER_THREAD=y
57
# Set endpoint id for Thread and Wi-Fi, depending on the secondary network interface endpoint id.
58
-# CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
59
-# CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
+CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
+CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
60
61
#
62
# Zigbee
0 commit comments