* companion: added Datastore methods: getStorageUsedKb(), getStorageTotalKb()

* companion: CMD_GET_BATTERY now changed to CMD_GET_BATT_AND_STORAGE
Este cometimento está contido em:
Scott Powell
2025-06-20 16:47:59 +10:00
ascendente 85b164bcf1
cometimento a7c959631f
3 ficheiros modificados com 42 adições e 7 eliminações
+2
Ver ficheiro
@@ -39,4 +39,6 @@ public:
bool putBlobByKey(const uint8_t key[], int key_len, const uint8_t src_buf[], uint8_t len);
File openRead(const char* filename);
bool removeFile(const char* filename);
uint32_t getStorageUsedKb() const;
uint32_t getStorageTotalKb() const;
};