web_board_uploader_v1

This commit is contained in:
e2002
2023-03-03 18:32:32 +03:00
parent 0cb70f2c2a
commit 96aa10bc6d
6 changed files with 88 additions and 13 deletions

View File

@@ -157,6 +157,7 @@ class Config {
uint32_t sdResumePos;
uint16_t backupLastStation;
bool sdSnuffle;
bool emptyFS;
public:
Config() {};
void save();
@@ -206,6 +207,8 @@ class Config {
void initSDPlaylist();
void indexSDPlaylist();
bool checkNoMedia(const char* path);
void _initHW();
bool _isFSempty();
};
extern Config config;