-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Switch over to LittleFS #13
Comments
This seems to be a lot more complicated than I initially thought. There isn't official support for LittleFS in the ESP32 and platformio doesn't have out of the box support for building LittleFS filesystems when using the ESP32. |
Hi Chris. There is official support for LittleFS, unfortunately in Core 2.0.0 which is not availble right now directly in pio. You can do some workarounds. For example:
Import("env")
env.Replace( MKSPIFFSTOOL=env.get("PROJECT_DIR") + '/tools/mklittlefs/mklittlefs' ) the script is named
You have to install You can give it a try. |
Tempted to wait on this one until platformio has official support - I'm a bit worried about how to make it work cross platform. |
SPIFFS seems to be a bit broken (doesn't always seem to be able to save data).
Let's try switching to LittleFS: https://github.com/joltwallet/esp_littlefs
The text was updated successfully, but these errors were encountered: