Skip to content

Commit 04d563d

Browse files
authored
fix(matter): C5 WiFi + Thread - no AP
Comment out the maximum dynamic endpoint count for ESP Matter.
1 parent abad8bf commit 04d563d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

configs/defconfig.esp32c5

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,19 @@ CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
4949

5050
# Matter settings: WiFi + Thread + CHIPoBLE
5151
CONFIG_ENABLE_CHIPOBLE=y
52+
# Disable AP - it may save some RAM
53+
CONFIG_ENABLE_WIFI_STATION=y
54+
CONFIG_ENABLE_WIFI_AP=n
55+
5256
# Thread and WiFi must together!
5357
CONFIG_ENABLE_MATTER_OVER_THREAD=y
58+
5459
# Set endpoint id for Thread and Wi-Fi, depending on the secondary network interface endpoint id.
5560
CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
5661
CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
62+
5763
# Lack of memory will limit the maximum number of endpoints per device
58-
CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT=3
64+
# CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT=3
5965

6066
#
6167
# Zigbee

0 commit comments

Comments
 (0)