You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, SPIFFS was dropped from the official distribution
OK, LittleFS should be used instead, but it is NOT a replacement for me, since LittleFS has a minimum block size of 4K, which would mean a dramatic waste of the limited EEPROM space and invoke too much write operations for simple ongoing message logging with messages about 60 bytes length each.
The 256 bytes from SPIFFS are just tremendously more efficient and save unnecessary writes on an EEPROM that is very limited. That block size was already too big for a small EEPROM size, but to impose 4K is 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 to other users.
Why did you drop a successful working library, that thousands people use?
Is might not be maintained any more, but it worked and has definitely advantages over littleFS.
Please restore the lib as is was, you may include a deprecation warning, but please, let it be used!
The text was updated successfully, but these errors were encountered:
It's not dropped, it's deprecated. If you have code that's not compiling at all now, let us know. All you should be getting is lots of warnings on builds.
SPIFFS upstream is no longer maintained actively, there are many known issues and really bad behaviors seen, and it is very, very slow. Feel free to use SPIFFS, but if you find weird errors or crashes, we won't be able to help you.
Apparently, SPIFFS was dropped from the official distribution
OK, LittleFS should be used instead, but it is NOT a replacement for me, since LittleFS has a minimum block size of 4K, which would mean a dramatic waste of the limited EEPROM space and invoke too much write operations for simple ongoing message logging with messages about 60 bytes length each.
The 256 bytes from SPIFFS are just tremendously more efficient and save unnecessary writes on an EEPROM that is very limited. That block size was already too big for a small EEPROM size, but to impose 4K is 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 to other users.
Why did you drop a successful working library, that thousands people use?
Is might not be maintained any more, but it worked and has definitely advantages over littleFS.
Please restore the lib as is was, you may include a deprecation warning, but please, let it be used!
The text was updated successfully, but these errors were encountered: