This commit is contained in:
CaCO3
2022-10-27 13:13:23 +02:00
parent c4bbd7c545
commit 32748e3182
7 changed files with 3 additions and 18 deletions

View File

@@ -492,7 +492,6 @@ void task_reboot(void *pvParameter)
}
void doReboot(){
LogFile.SwitchOnOff(true);
LogFile.WriteToFile(ESP_LOG_INFO, "Reboot triggered by Software (5s).");
LogFile.WriteToFile(ESP_LOG_WARN, "Reboot in 5sec");
xTaskCreate(&task_reboot, "reboot", configMINIMAL_STACK_SIZE * 64, NULL, 10, NULL);