This commit is contained in:
RogueMaster
2022-11-26 22:17:30 -05:00
parent ce26d9eae5
commit 40c3dd6f88
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -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!
@@ -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,