Explorar el Código

Remove connect WiFi from init

FlipperHTTP auto-connects
jblanked hace 1 año
padre
commit
a79599b4ab
Se han modificado 2 ficheros con 0 adiciones y 7 borrados
  1. BIN
      .DS_Store
  2. 0 7
      app.c

BIN
.DS_Store


+ 0 - 7
app.c

@@ -36,13 +36,6 @@ int32_t main_flip_social(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 view dispatcher
     view_dispatcher_run(app_instance->view_dispatcher);