main/updates.c

changeset 87
47253f294a9f
parent 70
d6838a268020
child 119
1cef3c25426b
--- a/main/updates.c	Sun Jun 07 22:30:07 2020 +0200
+++ b/main/updates.c	Wed Jun 10 09:43:51 2020 +0200
@@ -133,7 +133,7 @@
                         http_cleanup(client);
 			goto updateerr;
                     }
-                    ESP_LOGI(TAG, "Continue upgrade application");
+                    ESP_LOGD(TAG, "Continue upgrade application");
 		    TFT_print((char *)"Download new version.\r\n", 0, LASTY);
                 } else {
                     ESP_LOGE(TAG, "Received package is not fit len");

mercurial