Commit ee7deb5e authored by 王金亮's avatar 王金亮

🐞 fix:由于在升级时,心跳停止,底板以为ESP32这边死了,就会停止供电,导致升级失败,所以现在改成在升级的时候,心跳不停

parent af031a30
...@@ -125,7 +125,7 @@ static void Sys_Run_Tasks(void *arg) ...@@ -125,7 +125,7 @@ static void Sys_Run_Tasks(void *arg)
if(Wifi_OTA_Request == 2) if(Wifi_OTA_Request == 2)
{ {
break; // break;
} }
vTaskDelay(1); vTaskDelay(1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment