Revert "Revert "Merge branch 'pr/446' into 420""

This reverts commit 28cc99ad2d.
This commit is contained in:
RogueMaster
2022-11-25 21:41:55 -05:00
parent 759cc7f27b
commit a15ee2ea7d
40 changed files with 3617 additions and 184 deletions

View File

@@ -117,6 +117,8 @@ bool nfc_scene_saved_menu_on_event(void* context, SceneManagerEvent event) {
scene_manager_next_scene(nfc->scene_manager, NfcSceneMfUltralightEmulate);
} else if(nfc->dev->format == NfcDeviceSaveFormatMifareClassic) {
scene_manager_next_scene(nfc->scene_manager, NfcSceneMfClassicEmulate);
} else if(nfc->dev->format == NfcDeviceSaveFormatNfcV) {
scene_manager_next_scene(nfc->scene_manager, NfcSceneEmulateNfcV);
} else {
scene_manager_next_scene(nfc->scene_manager, NfcSceneEmulateUid);
}