main/updates.c

changeset 47
1ab1f4a8c328
parent 41
d327e0aff62f
child 53
20c14b06f255
--- a/main/updates.c	Sat Jan 25 12:02:22 2020 +0100
+++ b/main/updates.c	Sat Mar 14 13:07:02 2020 +0100
@@ -51,7 +51,6 @@
     }
 
     screen_updating("Stop meten", "Start WiFi");
-    requestWiFi_user(true);
     timeout = 600;
     for (;;) {
         vTaskDelay(100 / portTICK_PERIOD_MS);
@@ -219,7 +218,6 @@
 
 updateok:
     update_running = 0;
-    requestWiFi_user(false);
     vTaskDelay(3000 / portTICK_PERIOD_MS);
 }
 

mercurial