We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please provide a tool for reporting about how much space is available / used / capacity of SPIFFS system. Here is a hint about how to do it. http://www.esp8266.com/viewtopic.php?f=23&t=1598
The text was updated successfully, but these errors were encountered:
Do you mean a function which calculates the free space at runtime? For this you can use a lop like this: https://github.com/esp8266/Arduino/blob/esp8266/hardware/esp8266com/esp8266/doc/reference.md#directory-object-dir And make a sum of all file sizes.
Otherwise you can download the SPIFFS image from your ESP8266 and use the mkspiffs tool with the -l option.
mkspiffs
-l
Sorry, something went wrong.
No it should be more like statvfs POSIX function. I'll add smth like that.
Ok, i misunderstood the post. Thanks for your great work for the hole project Iggr.
Refactoring of FS::info (#779)
d0a944e
No branches or pull requests
Please provide a tool for reporting about how much space is available / used / capacity of SPIFFS system.
Here is a hint about how to do it.
http://www.esp8266.com/viewtopic.php?f=23&t=1598
The text was updated successfully, but these errors were encountered: