Closed
Description
Even the simplest
#include "Arduino.h"
#include "FS.h"
#include "SPIFFS.h"
void setup() {
SPIFFS.begin();
}
void loop() {
}
crashes with an error
E (588) SPIFFS: mount failed, -10025
[E][SPIFFS.cpp:47] begin(): Mounting SPIFFS failed! Error: -1
It used to work for a while on the same board when there was only an unoffical SPIFFS available, but today even the unofficial one has crashed.
Is it a problem with the board? I have the newest version from the repository.
I have saved a few files containing a few chars earlier.