-->
Page 1 of 1

File saving like in Lua

PostPosted: Tue Apr 07, 2015 3:15 am
by voyager
Good morning
Is there a way in ESPArduino to save files just like in LUA? Storing configurations would be much easier.

Re: File saving like in Lua

PostPosted: Tue Apr 07, 2015 3:50 am
by gerardwr
No, there is no way to save files. There are Arduino libraries for that, but they would have to be ported to the ESP environment.

Maybe an alternative is to use the EEPROM library, there is a standard example for reading and writing data to it.