lucadentella / SPIFFS_ImageReader

5 stars 5 forks source link

SPIFFS is (slowly) being supersceeded by LittleFS in the Expressif core #1

Closed easytarget closed 4 years ago

easytarget commented 4 years ago

Just a comment really, https://docs.platformio.org/en/latest/platforms/espressif8266.html#selecting-appropriate-filesystem you may want to consider extending this to LittleFS, PS: Handy library, just what I needed to jazz up something I'm working on with pictures :-)

lucadentella commented 4 years ago

Hi Owen,

thanks for your comment! To be honest I only tested the library with esp32 and SPIFFS seemed the most straightforward option, considering also the "data upload plugin" for Arduino IDE which makes uploading images to that partition super easy.

I'll give a look also to LittleFS implementation and, why not, include it in my library as well.

lucadentella commented 4 years ago

In addition, it seems that espressif position on SPIFFS is slightly different from the one of the community behind 8266 core, as mentioned here espressif/arduino-esp32#3765

easytarget commented 4 years ago

Yes, I'd noticed that. I just came to this because I was using this library, but I keep updated to other esp32 based projects, and one of them just switched to LittleFS. So it was in my mind and I thought I'd mention it. I dont think SPIFFS is going away soon. PS: I hadn't spotted that plugin; looks handy :-)

lucadentella commented 4 years ago

Thanks, closing the issue for now... I'll evaluate the possibility to add LittleFS support in the next major release