-->
Page 1 of 1

Storing values in ESP-12F (boot safe)

PostPosted: Thu Feb 09, 2017 5:59 pm
by Matteo_user
Hi there,

I have an unsigned char array with a length of 2180. I coded the value of the array manually within the sketch. However I want to change the array during life time of the ESP.

My question is how to save an unsigned char array and get the value for every restart?

Is the EEPROM (normally 512Bytes) ok for this or shall I store it in the Filesystem or do you have any other idea?

It would be nice, of you can help me. An example how to store it and read it after restart would be great.

Many thanks in advance.

Best Regards
Matteo