функции списка файлов от Сереги Третьякова

This commit is contained in:
Dmitry Borisenko
2022-08-27 02:45:02 +02:00
parent 5febce0e5c
commit 064e1b10ff
3 changed files with 62 additions and 13 deletions

View File

@@ -15,4 +15,6 @@ void removeFile(const String& filename);
void cleanDirectory(String path);
void saveDataDB(String id, String data);
String readDataDB(String id);
extern void onFlashWrite();
extern void onFlashWrite();
String FileList(String path);