atanisoft / ESP32CommandStation

An ESP32 based DCC Command Station with integrated OpenLCB (LCC) --- NOTE: this project is not under active development.
https://atanisoft.github.io/ESP32CommandStation/
GNU General Public License v3.0
90 stars 34 forks source link

Replace SPIFFS usage with LittleFS? #38

Closed atanisoft closed 3 years ago

atanisoft commented 4 years ago

It may be advantageous to replace SPIFFS with LittleFS to further improve stability and long term reliability. IDF wrapper for LittleFS: https://github.com/joltwallet/esp_littlefs

Implementing this will require https://github.com/atanisoft/ESP32CommandStation/issues/37 to be fixed as well to make migration easier.

atanisoft commented 3 years ago

Closing as there are a few issues with LittleFS at this time.