-->
Page 1 of 1

Why the hell did they drop SPIFFS in the library?

PostPosted: Sat Aug 15, 2020 2:05 pm
by RIN67630
Apparently, one cannot use SPIFFS from the library any more.
:oops:

OK, LittleFS should be used instead, but it is NOT a replacement for me, since LittleFS has a minmum block size of 4K which would mean a dramatic waste of the limited EEPROM space and invoke too much write operation for simple data logging with messages about 60 bytes length.
256 bytes is just tremendously better. Even that is too big, but to impose 4Kis just unacceptable!

I can surely get the SPIFFS lib from GitHub and include it manually, but it will unnecessarily complicate the deployment of my project.
Why the hell did they drop a working feature!

Re: Why the hell did they drop SPIFFS in the library?

PostPosted: Wed Aug 19, 2020 6:26 am
by btidey
The reason given was ...

https://arduino-esp8266.readthedocs.io/ ... on-warning

They acknowledge the allocation difference but this was deemed to be outweighed by other factors including no ongoing maintenance of SPIFFS.