mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-09 13:06:54 +03:00
Bug-Fix
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user