|
@@ -30,7 +30,6 @@ int32_t flip_library_app(void *p)
|
|
|
furi_delay_ms(100);
|
|
furi_delay_ms(100);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- FURI_LOG_E(TAG, "Counter: %d", counter);
|
|
|
|
|
if(counter == 0) {
|
|
if(counter == 0) {
|
|
|
DialogsApp* dialogs = furi_record_open(RECORD_DIALOGS);
|
|
DialogsApp* dialogs = furi_record_open(RECORD_DIALOGS);
|
|
|
DialogMessage* message = dialog_message_alloc();
|
|
DialogMessage* message = dialog_message_alloc();
|
|
@@ -47,13 +46,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
|