mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Swap bytes used and total
This commit is contained in:
parent
b7afda6cc9
commit
c17ca8991d
@ -156,7 +156,7 @@ void filesystemInfo()
|
|||||||
Parser::format_bytes(HASP_FS.totalBytes(), total, sizeof(total));
|
Parser::format_bytes(HASP_FS.totalBytes(), total, sizeof(total));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Log.verbose(TAG_FILE, "Partition size: used: %s / total: %s", total, used);
|
Log.verbose(TAG_FILE, "Partition size: used: %s / total: %s", used, total);
|
||||||
}
|
}
|
||||||
|
|
||||||
void filesystemList()
|
void filesystemList()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user