@tve Flash info tells me, I can store something there using peek and poke.
Another option to use is the Flash class: http://www.espruino.com/Reference#Flash
Gordon uses this area to store assembler functions there. I know, assembler in Arm and in ESP8266 is different, so this would take some more work. BTW, some time ago I created an assembler version of Flash class (to have fun and learn )
Using a 4MB flash version, data logger could store some data in this area.
Oh, just see, Flash is not supported for ESP8266 (yet?)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@tve Flash info tells me, I can store something there using peek and poke.
Another option to use is the Flash class: http://www.espruino.com/Reference#Flash
Gordon uses this area to store assembler functions there. I know, assembler in Arm and in ESP8266 is different, so this would take some more work. BTW, some time ago I created an assembler version of Flash class (to have fun and learn )
Using a 4MB flash version, data logger could store some data in this area.
Oh, just see, Flash is not supported for ESP8266 (yet?)