-
Notifications
You must be signed in to change notification settings - Fork 4
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
Move from SPIFFS to LittleFS #30
Comments
I'm not so sure on this one now. ESP8266 says SPIFFS is deprecated, ESP32 doesn't mention LittleFS. |
Wait and see. I think it's more important to add SD Card support, which isn't difficult I would think but I don't have a 1.4 board yet. (The reason there's no directories incidentally is SPIFFS doesn't support them). |
Agreed...SD card support is more important. I was going to ask you what hardware you had been testing on. I currently have V1.4 of TTGO VGA32, and have also ordered Fabrizio's V4 Development board. I'm also making up my own prototype board based on the schematic published by Fabrizio. |
I have ordered some 1.4 SD cards but it'll be 2-3 weeks before they arrive. I'll have an optional build because there are three of these boards out there - they all have ps2 and vga, then they added the sound socket, then they added the SDcard connector. So it's worth keeping SPIFFS as an option. |
From my research, the pins used for TTGO SD card are different from Fabrizio's Development board. So it would be necessary to be able to change the pin designations fairly easily. |
SPIFFS has been deprecated and is no longer actively supported.
LittleFS is currently being actively supported. It also offers support for real directories and is many times faster than SPIFFS (not that its particularly important in this situation.
Move eris to LittleFS and implement new commands to support directories.
The text was updated successfully, but these errors were encountered: