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.
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.