Browse Source

Linux_SDK_V1.0.2

thead_admin 1 year ago
parent
commit
57ee437fc7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      components/fota/fota/fota.c

+ 0 - 1
components/fota/fota/fota.c

@@ -336,7 +336,6 @@ write_err:
                 LOGW(TAG, "fota retry: %d!", retry);
                 retry--;
                 fota->status = FOTA_DOWNLOAD;
-                aos_msleep(fota->config.sleep_time);
                 aos_sem_signal(&fota->sem_download);
             } else {
                 retry = fota->config.retry_count;