mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Disable softap support by default
As softap won't be used for commissioning, disabling it saves around ~30KB of flash size.
This commit is contained in:
@@ -31,3 +31,6 @@ CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT=y
|
||||
# Button
|
||||
CONFIG_BUTTON_PERIOD_TIME_MS=20
|
||||
CONFIG_BUTTON_LONG_PRESS_TIME_MS=5000
|
||||
|
||||
# disable softap by default
|
||||
CONFIG_ESP_WIFI_SOFTAP_SUPPORT=n
|
||||
|
||||
Reference in New Issue
Block a user