esp32-wifi-manager/Kconfig
2018-09-21 21:30:58 -07:00

29 lines
650 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_TEST_AP1
string "ESSID for test AP"
config WIFI_MANAGER_TEST_PWD1
string "password for test AP"
config WIFI_MANAGER_TEST_AP2
string "ESSID for test AP"
config WIFI_MANAGER_TEST_PWD2
string "password for test AP"
config WIFI_MANAGER_MAX_AP
int "Maximum number of APs to store in flash"
default 8
endif