mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
chg: step two for t55xx commnads
This commit is contained in:
parent
31b3689f0b
commit
4e7af352b4
3 changed files with 77 additions and 44 deletions
|
@ -430,8 +430,6 @@ int EPA_Setup()
|
|||
// power up the field
|
||||
iso14443a_setup(FPGA_HF_ISO14443A_READER_MOD);
|
||||
|
||||
iso14a_set_timeout(10500);
|
||||
|
||||
// select the card
|
||||
return_code = iso14443a_select_card(uid, &card_select_info, NULL);
|
||||
if (return_code != 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue