Moderator: igrr
I am experimenting with this sketch.
To test, if Spiffs is formatted i use:
bool result=SPIFFS.begin();
Serial.print("Spiffs formatted? "); Serial.println(result?"YES":"NO");
if (!result) { // not formatted
SPIFFS.format();
}
Could anybody tell me, how much space i have for this? (wemos D1 retired)
The formatting took ~8 minutes in a 16MB file system.
I lost a few hours trying to find out why my ESP seemed to crash.
Please mention the long time in your comment.