mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 05:36:37 +00:00
Add usedBytes and totalBytes
This commit is contained in:
parent
16f4c9d3b0
commit
637668d9b1
@ -65,6 +65,8 @@ void filesystemInfo()
|
||||
Serial.print("Max path lenght: ");
|
||||
// Serial.println(SPIFFS.maxPathLength());
|
||||
#endif
|
||||
|
||||
Log.verbose(TAG_FILE, "Partition size: total: %d, used: %d", HASP_FS.totalBytes(), HASP_FS.usedBytes());
|
||||
}
|
||||
|
||||
void filesystemList()
|
||||
|
Loading…
x
Reference in New Issue
Block a user