Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider updating SPIFFS to LittleFS #22

Open
Pconti31 opened this issue Jun 19, 2020 · 1 comment
Open

Consider updating SPIFFS to LittleFS #22

Pconti31 opened this issue Jun 19, 2020 · 1 comment

Comments

@Pconti31
Copy link

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.

@Bodmer
Copy link
Owner

Bodmer commented Sep 30, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants