Page 1 of 1

store data

Posted: Wed Nov 08, 2017 6:53 pm
by forkus2000
I have two questions , please help !!!!

one : what is the better way to save data on esp32, i want to strore ssid, pass, and the days, hours,time of 20 diferents alarms, i need this values saved in eeprom because sometimes the power could be off..

two : what is the most effective and secure way to do upgrade the firmware of my esp32, can i maitain the files data saved before (point one) after the upgrade ?

thanks

Re: store data

Posted: Sun Nov 12, 2017 8:00 pm
by tele_player
I would use SPIFFS. It’s not overwritten when a new sketch is uploaded.