mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-13 19:43:34 -07:00
upd
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user