main/updates.c

changeset 70
d6838a268020
parent 67
4badc7e7d629
child 87
47253f294a9f
--- a/main/updates.c	Sun Sep 22 18:32:31 2019 +0200
+++ b/main/updates.c	Sun Nov 24 16:44:00 2019 +0100
@@ -36,9 +36,6 @@
     TFT_setFont(DEJAVU18_FONT, NULL);
     _fg = TFT_CYAN;
     const esp_partition_t       *running = esp_ota_get_running_partition();
-//    snprintf(temp, 63, "Running part.type %d sub %d,\r\nat offset 0x%08x\r\n",
-//		running->type, running->subtype, running->address);
-//    TFT_print(temp, 0, LASTY);
 
     /*
      * Don't use https because it costs more then 100K memory.
@@ -137,6 +134,7 @@
 			goto updateerr;
                     }
                     ESP_LOGI(TAG, "Continue upgrade application");
+		    TFT_print((char *)"Download new version.\r\n", 0, LASTY);
                 } else {
                     ESP_LOGE(TAG, "Received package is not fit len");
                     http_cleanup(client);

mercurial