esp32-wifi-manager/Kconfig

17 lines
449 B
Plaintext

menuconfig WIFI_MANAGER_ENABLED
bool "WIFI_MANAGER"
default y
help
Select this option to enable WIFI_MANAGER driver and show the submodule with configuration
config WIFI_MANAGER_MEM_ADDR
hex "Memory location to store AP info in flash"
depends on WIFI_MANAGER_ENABLED
default 0x04d000
help
Memory location to store WiFi AP info
config WIFI_MANAGER_MAX_AP
int "Maximum number of APs to store in flash"
default 8