Skip to content

Commit

Permalink
When opening a DESFire card from Archive, retain UID emulation behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Wallace committed Mar 17, 2022
1 parent 56ab13e commit 8b85ff3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions applications/nfc/nfc.c
Expand Up @@ -163,8 +163,6 @@ int32_t nfc_app(void* p) {
if((*args != '\0') && nfc_device_load(nfc->dev, p)) {
if(nfc->dev->format == NfcDeviceSaveFormatMifareUl) {
scene_manager_next_scene(nfc->scene_manager, NfcSceneEmulateMifareUl);
} else if(nfc->dev->format == NfcDeviceSaveFormatMifareDesfire) {
scene_manager_next_scene(nfc->scene_manager, NfcSceneReadMifareDesfireSuccess);
} else {
scene_manager_next_scene(nfc->scene_manager, NfcSceneEmulateUid);
}
Expand Down

0 comments on commit 8b85ff3

Please sign in to comment.