diff --git a/src/hasp_filesystem.cpp b/src/hasp_filesystem.cpp index 78a1101a..ceff1646 100644 --- a/src/hasp_filesystem.cpp +++ b/src/hasp_filesystem.cpp @@ -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()