diff --git a/src/httpserver/new_http.c b/src/httpserver/new_http.c index 1b81ddb63..0b4cb8153 100644 --- a/src/httpserver/new_http.c +++ b/src/httpserver/new_http.c @@ -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