mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
mem spiffs tree - textual
This commit is contained in:
parent
4698e9a595
commit
9dca01d1bc
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@ void rdv40_spiffs_safe_print_fsinfo(void) {
|
|||
Dbprintf(" Max Path Length............" _YELLOW_("%d")" chars", fsinfo.maxPathLength);
|
||||
DbpString("");
|
||||
Dbprintf(" filesystem size used available use% mounted");
|
||||
Dbprintf(" spiffs %6d B %6d B %6d B"_YELLOW_("%2d%")" /"
|
||||
Dbprintf(" spiffs %6d B %6d B %6d B " _YELLOW_("%2d%")" /"
|
||||
, fsinfo.totalBytes
|
||||
, fsinfo.usedBytes
|
||||
, fsinfo.freeBytes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue