File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,13 @@ CONFIG_OPENTHREAD_NETWORK_MASTERKEY="00112233445566778899aabbccddeeff"
5050CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
5151# end of OpenThread
5252
53+ # ESP32-C5 fails when ESP Matter 1.4.1 is used. Try this latter with some other IDF 5.5 commit
5354# Matter settings: WiFi and OpenThread + CHIPoBLE
54- CONFIG_ENABLE_CHIPOBLE=y
55- CONFIG_ENABLE_MATTER_OVER_THREAD=y
55+ # CONFIG_ENABLE_CHIPOBLE=y
56+ # CONFIG_ENABLE_MATTER_OVER_THREAD=y
5657# 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
58+ # CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
59+ # CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
5960
6061#
6162# Zigbee
You can’t perform that action at this time.
0 commit comments