mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-11 14:07:00 +03:00
logfile rotating implemented
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user