Add usedBytes and totalBytes

This commit is contained in:
fvanroie 2021-05-11 01:31:55 +02:00
parent 16f4c9d3b0
commit 637668d9b1

View File

@ -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()