mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
wait a bit longer when selecting a MFU tag
This commit is contained in:
parent
ffc185cc9e
commit
f36e7a59a1
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ static bool ul_select(iso14a_card_select_t *card) {
|
||||||
ul_switch_on_field();
|
ul_switch_on_field();
|
||||||
|
|
||||||
PacketResponseNG resp;
|
PacketResponseNG resp;
|
||||||
if (WaitForResponseTimeout(CMD_ACK, &resp, 1500) == false) {
|
if (WaitForResponseTimeout(CMD_ACK, &resp, 2000) == false) {
|
||||||
PrintAndLogEx(DEBUG, "iso14443a card select timeout");
|
PrintAndLogEx(DEBUG, "iso14443a card select timeout");
|
||||||
DropField();
|
DropField();
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue