Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By RogerClark
#41910 To save uploading an empty SPIFFS file to the ESP8266, does anyone know if I can init the SPIFFS in the code

I took a look at the SPIFFS header in the ESP8266 Arduino repo

https://github.com/esp8266/Arduino/blob ... s/spiffs.h

But I can't see anything about how to initialise the SPIFFS :-(
User avatar
By RogerClark
#42282 Another silly question, but how fast is SPIFFS supposed to be?

I'm reading in 160 chars into a String, and it is taken quite a long time, i.e looks like hundreds of milliseconds

Perhaps reading into a String is very inefficient ?