Expose freebytes too

This commit is contained in:
jpirnay
2026-03-16 21:28:06 +01:00
parent eb4a0e3a7c
commit fd685a5e14
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@ class HalStorage {
uint64_t sdTotalBytes() const;
uint64_t sdUsedBytes() const;
uint64_t sdFreeBytes() const;
static HalStorage& getInstance() { return instance; }