mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 16:14:59 +08:00
Merge pull request #1545 from merlokk/fix_mfp
fix mifate plus exchange bug
This commit is contained in:
commit
9fbf63a8d9
1 changed files with 1 additions and 0 deletions
|
@ -795,6 +795,7 @@ int ExchangeRAW14a(uint8_t *datain, int datainlen, bool activateField, bool leav
|
|||
if (activateField) {
|
||||
// select with no disconnect and set gs_frame_len
|
||||
int selres = SelectCard14443A_4(false, !silentMode, NULL);
|
||||
responseNum = 0;
|
||||
if (selres != PM3_SUCCESS)
|
||||
return selres;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue