mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-16 16:36:59 +03:00
logfile rotating implemented
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
|
||||
#include <esp_http_server.h>
|
||||
|
||||
static const char *TAG = "example";
|
||||
|
||||
extern httpd_handle_t server;
|
||||
|
||||
httpd_handle_t start_webserver(void);
|
||||
|
||||
@@ -433,6 +433,8 @@ void task_autodoFlow(void *pvParameter)
|
||||
printf("Autoflow: doFLow wird gestartet\n");
|
||||
flowisrunning = true;
|
||||
doflow();
|
||||
printf("Remove older log files\n");
|
||||
LogFile.RemoveOld();
|
||||
}
|
||||
|
||||
LogFile.WriteToFile("task_autodoFlow - round done");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const char* GIT_REV="2ab2f07";
|
||||
const char* GIT_REV="05a0f6f";
|
||||
const char* GIT_TAG="";
|
||||
const char* GIT_BRANCH="master";
|
||||
const char* BUILD_TIME="2020-11-03 22:12";
|
||||
const char* BUILD_TIME="2020-11-06 17:57";
|
||||
Reference in New Issue
Block a user