Skip to content

Commit 8c21130

Browse files
authored
feat(matter): ESP32C5 doesn't work with Matter 1.4
1 parent 1c8cd65 commit 8c21130

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

configs/defconfig.esp32c5

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,6 @@ CONFIG_OPENTHREAD_NETWORK_MASTERKEY="00112233445566778899aabbccddeeff"
5050
CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
5151
# end of OpenThread
5252

53-
# Matter settings: WiFi and OpenThread + CHIPoBLE
54-
# at this time, June/2025, Matter doesn't work correctly with CHIPoBLE, therefore it will be disabled by now.
55-
# ESP32-C5 Matter will work with WiFi, in the same way as ESP32/ESP32-S2 does, by setting WiFi Credentials manually.
56-
#
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-
# ESP32-C5 has both, WiFi anf OpenThread Libraries, therefore both are enabled and each must point to a different EndPointID
61-
CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
62-
CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
63-
CONFIG_BT_NIMBLE_HCI_EVT_BUF_SIZE=70
64-
6553
#
6654
# Zigbee
6755
#

0 commit comments

Comments
 (0)