spiffs icon indicating copy to clipboard operation
spiffs copied to clipboard

api_spiffs_erase

Open dpechman opened this issue 5 years ago • 0 comments

My application is writing 350 files with 33 bytes each like a circular buffer. (log1.txt to log350.txt)

When it reach 351 it is overwriting the old files from start.

After some days working fine the files from the web interface have disappeared and it seems to be the filesystem is erasing it using api_spiffs_erase

There is some way to persist the files?

Why the api_spiffs_erase is being called?

dpechman avatar Oct 12 '19 15:10 dpechman