версия 420

This commit is contained in:
Dmitry Borisenko
2022-09-13 16:39:55 +02:00
parent cd2cebaeb8
commit 0a1d606149
12 changed files with 78 additions and 31 deletions

View File

@@ -18,4 +18,9 @@ void saveDataDB(String id, String data);
String readDataDB(String id);
extern void onFlashWrite();
String FileList(String path);
String FileList(String path);
extern void getFSInfo();
#ifdef ESP8266
extern bool getInfo(FSInfo& info);
#endif