delay ota call

This commit is contained in:
openshwprojects
2022-02-20 19:31:33 +01:00
parent 20089a946a
commit abe71789eb

View File

@ -1347,7 +1347,8 @@ int HTTP_ProcessPacket(http_request_t *request) {
#if WINDOWS
#elif PLATFORM_XR809
cmd_ota_http_exec(tmpA);
//cmd_ota_http_exec(tmpA);
xr809_do_ota_next_frame(tmpA);
#else
otarequest(tmpA);
#endif