mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
стабильное логгирование
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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();
|
||||
Reference in New Issue
Block a user