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
I'm running into an issue where I'm erasing a large file (think 1~4MB) before downloading a new version of that file. SPIFFS seems to block for the entire erase operation, which can take a while.
Is there a way to delete a file asynchronously or something to that effect? I can't really afford to wait 30s for an erase to complete.
The text was updated successfully, but these errors were encountered:
I'm running into an issue where I'm erasing a large file (think 1~4MB) before downloading a new version of that file. SPIFFS seems to block for the entire erase operation, which can take a while.
Is there a way to delete a file asynchronously or something to that effect? I can't really afford to wait 30s for an erase to complete.
The text was updated successfully, but these errors were encountered: