diff -r 8d0287a1a9e1 -r 47253f294a9f main/updates.c --- 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");