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

(ESP32) switch from SPIFFS to LITTLEFS #4

Closed
proddy opened this issue Feb 20, 2021 · 0 comments
Closed

(ESP32) switch from SPIFFS to LITTLEFS #4

proddy opened this issue Feb 20, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@proddy
Copy link
Contributor

proddy commented Feb 20, 2021

Moving the filesystem from SPIFFS to LittleFS for v3 (ESP32 port) so it's in line with v2 (ESP8266). LittleFS has been added to the Arduino Core 4.2 which is coming soon. Until then we'll be using local libraries. LittleFS is about 2-3 times faster in reading and writing the settings files.

Switching from 3.0.0b1 to 3.0.0b2 will erase all the previous settings so make sure you've made a dump of any settings before upgrading.

See https://github.com/espressif/arduino-esp32/tree/idf-release/v4.2/libraries/LITTLEFS and https://github.com/lorol/LITTLEFS

@proddy proddy closed this as completed Feb 25, 2021
@proddy proddy transferred this issue from emsesp/EMS-ESP Mar 14, 2021
@proddy proddy added the enhancement New feature or request label Mar 15, 2021
proddy added a commit that referenced this issue Jul 2, 2023
proddy added a commit that referenced this issue Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant