Skip to content

Commit 3c77200

Browse files
authored
fix(matter): downgrading C5 to manual WiFi only
1 parent af50c0f commit 3c77200

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

configs/defconfig.esp32c6

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,14 @@ CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
4545
# end of OpenThread
4646

4747
# Matter settings: WiFi and OpenThread + CHIPoBLE
48-
CONFIG_ENABLE_CHIPOBLE=y
49-
CONFIG_ENABLE_MATTER_OVER_THREAD=y
48+
# at this time, June/2025, Matter doesn't work correctly with CHIPoBLE, therefore it will be disabled by now.
49+
# ESP32-C5 Matter will work with WiFi, in the same way as ESP32/ESP32-S2 does, by setting WiFi Credentials manually.
50+
#
51+
# CONFIG_ENABLE_CHIPOBLE=y
52+
# CONFIG_ENABLE_MATTER_OVER_THREAD=y
5053
# Set endpoint id for Thread and Wi-Fi, depending on the secondary network interface endpoint id.
51-
CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
52-
CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
54+
# CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
55+
# CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
5356

5457
#
5558
# Zigbee

0 commit comments

Comments
 (0)