Display available space on SDCard

This commit is contained in:
jpirnay
2026-03-16 20:26:36 +01:00
parent 125ef361d2
commit 87bbfb26af
4 changed files with 23 additions and 0 deletions
+3
View File
@@ -45,6 +45,9 @@ class HalStorage {
bool openFileForWrite(const char* moduleName, const String& path, HalFile& file);
bool removeDir(const char* path);
uint64_t sdTotalBytes() const;
uint64_t sdUsedBytes() const;
static HalStorage& getInstance() { return instance; }
class StorageLock; // private class, used internally