소스 검색

Remove connect WiFi from init

FlipperHTTP auto-connects
jblanked 1 년 전
부모
커밋
a79599b4ab
2개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  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);