стабильное логгирование

This commit is contained in:
Dmitry Borisenko
2022-08-26 00:01:01 +02:00
parent 4bce800e1d
commit f65e16f674
9 changed files with 31 additions and 29 deletions

View File

@@ -32,7 +32,7 @@
#endif
#ifdef esp32_4mb
#define USE_LITTLEFS false
#define USE_LITTLEFS true
#endif
#define START_DATETIME 1640995200 // 01.01.2022 00:00:00 константа для сокращения unix time

View File

@@ -12,4 +12,5 @@ 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 cleanDirectory(String path);
extern void onFlashWrite();