mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 05:13:22 -07:00
Don't do iso14443-4 select for mifare emulations on processor cards (IDPrime, SmartMX, ...)
This commit is contained in:
parent
5191ad9e55
commit
c04a4b60ce
9 changed files with 64 additions and 53 deletions
|
@ -450,7 +450,7 @@ void StandAloneMode14a()
|
|||
SpinDelay(300);
|
||||
}
|
||||
}
|
||||
if (!iso14443a_select_card(uid, &hi14a_card[selected], &cuid, true, 0))
|
||||
if (!iso14443a_select_card(uid, &hi14a_card[selected], &cuid, true, 0, true))
|
||||
continue;
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue