switched to nvs no longer need memory address

This commit is contained in:
Morgan Allen 2018-09-03 15:34:16 -07:00
parent 7d0963e3f5
commit e4e171b314
1 changed files with 11 additions and 10 deletions

21
Kconfig
View File

@ -1,16 +1,17 @@
menuconfig WIFI_MANAGER_ENABLED
bool "WIFI_MANAGER"
default y
help
Select this option to enable WIFI_MANAGER driver and show the submodule with configuration
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
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