mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
не рабочая версия
This commit is contained in:
@@ -12,14 +12,17 @@ extern const String filepath(const String& filename);
|
||||
extern bool cutFile(const String& src, const String& dst);
|
||||
extern size_t countLines(const String filename);
|
||||
void removeFile(const String& filename);
|
||||
void removeDirectory(const String& dir);
|
||||
void cleanDirectory(String path);
|
||||
void cleanLogs();
|
||||
void cleanLogs1();
|
||||
void cleanLogs2();
|
||||
void saveDataDB(String id, String data);
|
||||
String readDataDB(String id);
|
||||
extern void onFlashWrite();
|
||||
|
||||
String FileList(String path);
|
||||
|
||||
String getFilesList8266(String& directory);
|
||||
String getFilesList32(String& directory);
|
||||
String getFilesList(String& directory);
|
||||
extern void getFSInfo();
|
||||
#ifdef ESP8266
|
||||
extern bool getInfo(FSInfo& info);
|
||||
|
||||
Reference in New Issue
Block a user