You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SPIFFS is now deprecated due to it not longer being supported.
It's been replaced with LittleFS.
The calling sequences are compatible so an update shouldn't be major problem.
So this request is to consider moving to LittleFS instead of using SPIFFS.
The text was updated successfully, but these errors were encountered:
LittleFS is not supported by the ESP32 and existing legacy ESP8266 user sketches are using SPIFFS, so the only option is to add a user switch to avoid the warning or ignore it. The library will be updated at some point but I am busy with other work at the moment. It would be helpful therefore if you to submitted a Pull request for consideration.
SPIFFS is now deprecated due to it not longer being supported.
It's been replaced with LittleFS.
The calling sequences are compatible so an update shouldn't be major problem.
So this request is to consider moving to LittleFS instead of using SPIFFS.
The text was updated successfully, but these errors were encountered: