main/updates.c

changeset 78
e03d729aecb8
parent 74
34da2d2b12d5
--- a/main/updates.c	Tue Oct 03 17:24:06 2023 +0200
+++ b/main/updates.c	Tue Oct 03 19:43:22 2023 +0200
@@ -14,7 +14,7 @@
 
 extern u8g2_t			u8g2;			///< Structure for the display.
 extern int			Main_Loop1;
-extern uint32_t			AlarmTimer;
+extern uint32_t			LoopTimer;
 
 
 static void http_cleanup(esp_http_client_handle_t client)
@@ -37,7 +37,7 @@
 
     ESP_LOGI(TAG, "Update begin");
     update_running = 1;
-    AlarmTimer = 0;
+    LoopTimer = 0;
     screen_updating("Stop meten", NULL);
 
     for (;;) {

mercurial