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
This library uses SPIFFS as the only filesystem for ESP32. But in many sources SPIFFS marked as deprecated and it is recommended to move to LittleFS.
Now LittleFS is added to arduino-esp32 and may be preffered filesystem for many projects.
Necessary changes in WiFiSettings.cpp to work using LittleFS:
Hello!
This library uses SPIFFS as the only filesystem for ESP32. But in many sources SPIFFS marked as deprecated and it is recommended to move to LittleFS.
Now LittleFS is added to arduino-esp32 and may be preffered filesystem for many projects.
Necessary changes in WiFiSettings.cpp to work using LittleFS:
should be changed with:
Using this changes everything works fine with LittleFS
Maybe filesystem type should be configurable or lib should work with both filesystems?
The text was updated successfully, but these errors were encountered: