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
In sensors log with casual power loss may happen that file-system stop working (especially remove()),
there is a check implementation in SPIFFS library that should exposed in Arduino.
The text was updated successfully, but these errors were encountered:
I would appreciate this enhancement very much. Once in a while SPIFFS seems to mess up for no obvious reason. Currently an SPIFFS.format() is the only cure.
* Add a FS::check() optional method
Fixes#2634
Expose any low-level filesystem check operations for users, and add
documentation on this and the gc() methods.
* Update doc w/more gc() info and link
In sensors log with casual power loss may happen that file-system stop working (especially remove()),
there is a check implementation in SPIFFS library that should exposed in Arduino.
The text was updated successfully, but these errors were encountered: