mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 21:33:19 -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
|
@ -530,7 +530,7 @@ int EPA_Setup()
|
|||
// power up the field
|
||||
iso14443a_setup(FPGA_HF_ISO14443A_READER_MOD);
|
||||
// select the card
|
||||
return_code = iso14443a_select_card(uid, &card_select_info, NULL, true, 0);
|
||||
return_code = iso14443a_select_card(uid, &card_select_info, NULL, true, 0, false);
|
||||
if (return_code == 1) {
|
||||
// send the PPS request
|
||||
ReaderTransmit((uint8_t *)pps, sizeof(pps), NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue