Skip to content

Commit 2eee63d

Browse files
authored
fix(matter): WiFi only with 32 EPs
Updated Matter settings to disable Thread and Wi-Fi configurations and increased maximum dynamic endpoint count.
1 parent 57a9486 commit 2eee63d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

configs/defconfig.esp32c5

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,15 @@ CONFIG_OPENTHREAD_NETWORK_MASTERKEY="00112233445566778899aabbccddeeff"
4747
CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
4848
# end of OpenThread
4949

50-
# Matter settings: WiFi and OpenThread + CHIPoBLE
50+
# Matter settings: WiFi + CHIPoBLE
5151
CONFIG_ENABLE_CHIPOBLE=y
52-
CONFIG_ENABLE_MATTER_OVER_THREAD=y
52+
# No SRAM for Thread and WiFi together!
53+
# CONFIG_ENABLE_MATTER_OVER_THREAD=y
5354
# Set endpoint id for Thread and Wi-Fi, depending on the secondary network interface endpoint id.
54-
CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
55-
CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
55+
# CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
56+
# CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
5657
# increase the maximum number of endpoints per device
57-
CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT=8
58+
CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT=32
5859

5960
#
6061
# Zigbee

0 commit comments

Comments
 (0)