Update vb_migrate_scene_register.c

This commit is contained in:
RogueMaster
2022-11-26 22:02:23 -05:00
parent cf2dbc1fc7
commit bcaca08f0a
@@ -270,7 +270,8 @@ static void vb_migrate_scene_register_set_state(VbMigrate* inst, RegisterState s
view_dispatcher_switch_to_view(inst->view_dispatcher, VbMigrateViewWidget);
inst->nfc_dev->dev_data.mf_ul_data.auth_method = MfUltralightAuthMethodAuto;
// inst->nfc_dev->dev_data.mf_ul_data.auth_method = MfUltralightAuthMethodAuto;
inst->nfc_dev->dev_data.mf_ul_data.auth_method = MfUltralightAuthMethod; // HOPE THIS WORKS...
nfc_worker_start(
inst->worker,
NfcWorkerStateReadMfUltralightReadAuth,