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:
Shubham Patil
2022-09-23 16:24:58 +05:30
parent dad905066a
commit 5cd0e7d244
5 changed files with 15 additions and 0 deletions
+3
View File
@@ -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