This commit is contained in:
jomjol
2020-10-24 11:56:36 +02:00
parent 0d90977917
commit 1223aa7c70
7 changed files with 48 additions and 6 deletions

View File

@@ -402,8 +402,8 @@ void task_reboot(void *pvParameter)
void doReboot(){
LogFile.WriteToFile("Reboot - now");
KillTFliteTasks();
xTaskCreate(&task_reboot, "reboot", configMINIMAL_STACK_SIZE * 64, NULL, 10, NULL);
KillTFliteTasks();
}