File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,19 @@ CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
4949
5050# Matter settings: WiFi + Thread + CHIPoBLE
5151CONFIG_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!
5357CONFIG_ENABLE_MATTER_OVER_THREAD=y
58+
5459# Set endpoint id for Thread and Wi-Fi, depending on the secondary network interface endpoint id.
5560CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
5661CONFIG_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
You can’t perform that action at this time.
0 commit comments