Skip to content

Commit 76d7cb3

Browse files
authored
Merge pull request #307 from espressif/fix_matter_esp32c5
feat(matter): matter with thread + ble works fine
2 parents 3cfe5d3 + 0ace240 commit 76d7cb3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

configs/defconfig.esp32c5

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,12 @@ CONFIG_OPENTHREAD_NETWORK_MASTERKEY="00112233445566778899aabbccddeeff"
5050
CONFIG_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
54-
# Matter settings: WiFi and OpenThread + CHIPoBLE
53+
# Matter settings: OpenThread + CHIPoBLE
5554
CONFIG_ENABLE_CHIPOBLE=y
5655
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
56+
# Disable Matter over WiFi
57+
CONFIG_ENABLE_WIFI_AP=n
58+
CONFIG_ENABLE_WIFI_STATION=n
6059

6160
#
6261
# Zigbee

0 commit comments

Comments
 (0)