Search found 2 matches

by hoh
Wed Mar 16, 2016 1:54 pm
Forum: ESP8266 boards
Topic: Storing persistent data
Replies: 3
Views: 9004

Re: Storing persistent data

Thanks, that worked.

The new firmware version announced today ships with the filesystem enabled by default, making it easier to achieve this.
by hoh
Thu Mar 10, 2016 10:13 pm
Forum: ESP8266 boards
Topic: Storing persistent data
Replies: 3
Views: 9004

Storing persistent data

Hi all, I would like to save data that survives reboot, but did not find any documentation on how to do it on ESP8266. I found the function flash_write , but am not sure how to use it and the filesystem API is not present yet. Is there a way to store a string/array-of-bytes from Python and load it f...