mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
fix mifate plus exchange bug
This commit is contained in:
parent
dca606fa0f
commit
a622cc5879
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) {
|
if (activateField) {
|
||||||
// select with no disconnect and set gs_frame_len
|
// select with no disconnect and set gs_frame_len
|
||||||
int selres = SelectCard14443A_4(false, !silentMode, NULL);
|
int selres = SelectCard14443A_4(false, !silentMode, NULL);
|
||||||
|
responseNum = 0;
|
||||||
if (selres != PM3_SUCCESS)
|
if (selres != PM3_SUCCESS)
|
||||||
return selres;
|
return selres;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue