Переглянути джерело

Removing saving wifi. firmware already restores.

Derek Jamison 1 рік тому
батько
коміт
fcf5d1bbff
1 змінених файлів з 0 додано та 7 видалено
  1. 0 7
      app.c

+ 0 - 7
app.c

@@ -47,13 +47,6 @@ int32_t flip_library_app(void *p)
             dialog_message_free(message);
             dialog_message_free(message);
             furi_record_close(RECORD_DIALOGS);
             furi_record_close(RECORD_DIALOGS);
         }
         }
-
-        // Switch to application wifi settings
-        if(!flipper_http_save_wifi(
-               app_instance->uart_text_input_buffer_ssid,
-               app_instance->uart_text_input_buffer_password)) {
-            FURI_LOG_E(TAG, "Failed to save wifi settings");
-        }
     }
     }
 
 
     // Run the view dispatcher
     // Run the view dispatcher