Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By voyager
#13725 Good morning
Is there a way in ESPArduino to save files just like in LUA? Storing configurations would be much easier.
User avatar
By gerardwr
#13726 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.