mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +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));
|
||||
#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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user