From 40c3dd6f8864c8daadf2f37b0228d58d322937ef Mon Sep 17 00:00:00 2001 From: RogueMaster Date: Sat, 26 Nov 2022 22:17:30 -0500 Subject: [PATCH] upd --- ReadMe.md | 1 + .../plugins/vbmigrate/scenes/vb_migrate_scene_register.c | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 20ce378ae..07a9724cc 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -29,6 +29,7 @@ Thank you to all the supporters! - Added: [POCSAG protocol decoder for subghz #2055 (By Shuma)](https://github.com/flipperdevices/flipperzero-firmware/pull/2055) - Added: [Dice (By Ka3u6y6a)](https://github.com/Ka3u6y6a/flipper-zero-dice) - Added: [VB Lab Migration Assistant (By GMMan)](https://github.com/GMMan/flipperzero-vb-migrate) `Req: Vital Bracelet` +- Updated: [nfc: NTAG password auto capture (and other password-related changes) #1843 (By GMMan)](https://github.com/flipperdevices/flipperzero-firmware/pull/1843) ## Install from Release FLASH STOCK FIRST BEFORE UPDATING TO CUSTOM FIRMWARE! diff --git a/applications/plugins/vbmigrate/scenes/vb_migrate_scene_register.c b/applications/plugins/vbmigrate/scenes/vb_migrate_scene_register.c index 05857fdee..9d800a0b9 100644 --- a/applications/plugins/vbmigrate/scenes/vb_migrate_scene_register.c +++ b/applications/plugins/vbmigrate/scenes/vb_migrate_scene_register.c @@ -270,8 +270,7 @@ 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 = MfUltralightAuthMethod; // HOPE THIS WORKS... + inst->nfc_dev->dev_data.mf_ul_data.auth_method = MfUltralightAuthMethodAuto; nfc_worker_start( inst->worker, NfcWorkerStateReadMfUltralightReadAuth,