esp32-wifi-manager/Kconfig
2018-09-03 15:34:16 -07:00

17 lines
406 B
Text

menuconfig WIFI_MANAGER_ENABLED
bool "WiFi Manager"
default y
help
Select this option to enable WIFI_MANAGER driver and show the submodule with configuration
if WIFI_MANAGER_ENABLED
config WIFI_MANAGER_TEST_AP
string "ESSID for test AP"
config WIFI_MANAGER_TEST_PWD
string "password for test AP"
config WIFI_MANAGER_MAX_AP
int "Maximum number of APs to store in flash"
default 8
endif