Ver código fonte

Remove connect WiFi from init

FlipperHTTP auto-connects
jblanked 1 ano atrás
pai
commit
f27f02f8b0
1 arquivos alterados com 0 adições e 7 exclusões
  1. 0 7
      app.c

+ 0 - 7
app.c

@@ -27,13 +27,6 @@ int32_t web_crawler_app(void *p)
         return -1;
     }
 
-    // send settings and connect wifi
-    if (!flipper_http_connect_wifi())
-    {
-        FURI_LOG_E(TAG, "Failed to connect to WiFi");
-        return -1;
-    }
-
     // Run the application
     view_dispatcher_run(app->view_dispatcher);