File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
5252
5353# ESP32-C5 fails when ESP Matter 1.4.1 is used. Try this latter with some other IDF 5.5 commit
5454# Matter settings: WiFi and OpenThread + CHIPoBLE
55- # CONFIG_ENABLE_CHIPOBLE=y
56- # CONFIG_ENABLE_MATTER_OVER_THREAD=y
55+ CONFIG_ENABLE_CHIPOBLE=y
56+ CONFIG_ENABLE_MATTER_OVER_THREAD=y
5757# 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
58+ CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
59+ CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
6060
6161#
6262# Zigbee
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ dependencies:
2020 version : " 1.4.1"
2121 require : public
2222 rules :
23- - if : " target not in [esp32c2, esp32c5, esp32p4]"
23+ - if : " target not in [esp32c2, esp32p4]"
You can’t perform that action at this time.
0 commit comments