Skip to content

Commit 589dd7b

Browse files
authored
fix(matter): ESP32-C5 configuration attempt
1 parent f8f8f97 commit 589dd7b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

configs/defconfig.esp32c5

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

50-
# Matter settings: WiFi + CHIPoBLE
50+
# Matter settings: WiFi + Thread + CHIPoBLE
5151
CONFIG_ENABLE_CHIPOBLE=y
52-
# No SRAM for Thread and WiFi together!
53-
CONFIG_ENABLE_MATTER_OVER_THREAD=n
52+
# Thread and WiFi must together!
53+
CONFIG_ENABLE_MATTER_OVER_THREAD=y
5454
# Set endpoint id for Thread and Wi-Fi, depending on the secondary network interface endpoint id.
5555
CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
5656
CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
57-
# increase the maximum number of endpoints per device
58-
CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT=32
57+
# Lack of memory will limit the maximum number of endpoints per device
58+
CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT=4
5959

6060
#
6161
# Zigbee

0 commit comments

Comments
 (0)