This commit is contained in:
刘可亮
2024-09-03 11:16:08 +08:00
parent cf270df8d6
commit 803cac77d5
2931 changed files with 614364 additions and 31222 deletions

View File

@@ -46,12 +46,6 @@ static int http_ota_fw_download(const char *uri)
struct webclient_session *session = RT_NULL;
int file_size;
ret = aic_upgrade_start();
if (ret) {
LOG_E("Aic get os to upgrade");
return ret;
}
ret = ota_init();
if (ret != RT_EOK) {
LOG_E("ota initialization failed.");