SPIFFSLogger icon indicating copy to clipboard operation
SPIFFSLogger copied to clipboard

A minimal library for binary data logging in ESP8266 systems

Results 3 SPIFFSLogger issues
Sort by recently updated
recently updated
newest added

Rather than saving data based on timestamp it would be nice to be able to log until a certain amount of SPIFFS space is used, or % filesystem full. In...

If you try and read from a date that doesn't exist on the SPIFFs the ESP hangs/reboots. There isn't a way to find when the earliest/start date is across all...

Hi, firstly this library looks really amazing. I did have one question, would it be great effort to implement a way in which data can be updated? i.e ``` struct...