Amend back button handling, add "use as sleep screen" feature

This commit is contained in:
jpirnay
2026-04-06 10:34:48 +02:00
parent ecac7ebdc7
commit 4ff9a10de1
5 changed files with 74 additions and 2 deletions
+1
View File
@@ -44,6 +44,7 @@ class HalStorage {
bool openFileForWrite(const char* moduleName, const std::string& path, HalFile& file);
bool openFileForWrite(const char* moduleName, const String& path, HalFile& file);
bool removeDir(const char* path);
bool copyFile(const char* moduleName, const std::string& srcPath, const char* dstPath);
uint64_t sdTotalBytes() const;
uint64_t sdUsedBytes();