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 menuconfig WIFI_MANAGER_ENABLED
bool "WIFI_MANAGER" bool "WiFi Manager"
default y default y
help help
Select this option to enable WIFI_MANAGER driver and show the submodule with configuration Select this option to enable WIFI_MANAGER driver and show the submodule with configuration
config WIFI_MANAGER_MEM_ADDR if WIFI_MANAGER_ENABLED
hex "Memory location to store AP info in flash" config WIFI_MANAGER_TEST_AP
depends on WIFI_MANAGER_ENABLED string "ESSID for test AP"
default 0x04d000
help config WIFI_MANAGER_TEST_PWD
Memory location to store WiFi AP info string "password for test AP"
config WIFI_MANAGER_MAX_AP config WIFI_MANAGER_MAX_AP
int "Maximum number of APs to store in flash" int "Maximum number of APs to store in flash"
default 8 default 8
endif