DustinWatts / FreeTouchDeck

For interfacing with Windows/macOS/Linux using an ESP32, a touchscreen and BLE.
https://www.youtube.com/dustinwatts
MIT License
617 stars 124 forks source link

SPIFFS is deprecated #79

Closed danielo515 closed 2 years ago

danielo515 commented 2 years ago

When I try to compile the project I get a warning telling me that SPIFFS is deprecated, and that I should consider moving to other filesystem like LittleFS.

Just pointing it out

DustinWatts commented 2 years ago

Hi @danielo515 Correct, LittleFS is the next thing on my list. It should not be hard to do, but I want to test it thoroughly.

github-actions[bot] commented 2 years ago

This issue has been stale for a while now

DustinWatts commented 2 years ago

Check cc944c40cbb3aa55c41793ae6136d601e770a944 This adds the ability to use LitteFS instead of SPIFFS.