изменение алгоритма логгирования

This commit is contained in:
Dmitry Borisenko
2022-08-27 00:57:19 +02:00
parent e3fc7a7416
commit 162f4de45e
6 changed files with 111 additions and 90 deletions

View File

@@ -13,4 +13,6 @@ extern bool cutFile(const String& src, const String& dst);
extern size_t countLines(const String filename);
void removeFile(const String& filename);
void cleanDirectory(String path);
void saveDataDB(String id, String data);
String readDataDB(String id);
extern void onFlashWrite();