main/updates.c

changeset 41
d327e0aff62f
parent 40
4d8cca2d5b68
child 47
1ab1f4a8c328
--- a/main/updates.c	Sun Nov 24 12:08:01 2019 +0100
+++ b/main/updates.c	Mon Nov 25 11:34:38 2019 +0100
@@ -111,7 +111,7 @@
 	goto updateerr;
     }
 
-    screen_updating("Begin download", NULL);
+    screen_updating("Start download", NULL);
     ESP_LOGI(TAG, "Download update %s size %d", update.url, content_length);
     int binary_file_length = 0;
     /*deal with all receive packet*/
@@ -167,7 +167,7 @@
 			goto updateerr;
                     }
                     ESP_LOGI(TAG, "Continue upgrade application");
-		    screen_updating("Begin download", "New version");
+		    screen_updating("Start download", "Nieuwe versie!");
                 } else {
                     ESP_LOGE(TAG, "Received package is not fit len");
                     http_cleanup(client);
@@ -208,7 +208,7 @@
     }
 
     ESP_LOGI(TAG, "Prepare to restart system!");
-    screen_updating("Herstar ...", "... Herstart");
+    screen_updating("Herstart ...", "... Herstart");
     vTaskDelay(1000 / portTICK_PERIOD_MS);
     update_running = 0;
     esp_restart();

mercurial