Browse Source

[update] the LOG_I of "file size" problem.

liuxianliang 4 năm trước cách đây
mục cha
commit
ccea56fa01
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/http_ota.c

+ 1 - 0
src/http_ota.c

@@ -118,6 +118,7 @@ static int http_ota_fw_download(const char* uri)
         goto __exit;
     }
     LOG_I("OTA file size is (%d)", file_size);
+    LOG_I("");
 
     /* Get download partition information and erase download partition data */
     if ((dl_part = fal_partition_find("download")) == RT_NULL)