Page 1 of 1

WifI NVS load and save

Posted: Wed Dec 12, 2018 8:51 pm
by snahmad75
Hi,

I enable WiFi NVS flash in menuconfig.

I am using this esp32 wifi mansger

https://github.com/tonyp7/esp32-wifi-ma ... _manager.c

which store and load any station ssid and password and store and load wifi_settings structure.

Do I need this to do myself.

Now I change my wifi_settings structure to exclude ap_ssid and ap_pwd. some heap allocation crash. I guess I can make simple by storing wifi_settings structure as blob and sta ssid and sta password as string.

Thanks,
Naeem

Re: WifI NVS load and save

Posted: Thu Dec 13, 2018 9:37 am
by snahmad75
Can anyone reply please.