mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
wait a bit longer when selecting a MFU tag
This commit is contained in:
@@ -356,7 +356,7 @@ static bool ul_select(iso14a_card_select_t *card) {
|
||||
ul_switch_on_field();
|
||||
|
||||
PacketResponseNG resp;
|
||||
if (WaitForResponseTimeout(CMD_ACK, &resp, 1500) == false) {
|
||||
if (WaitForResponseTimeout(CMD_ACK, &resp, 2000) == false) {
|
||||
PrintAndLogEx(DEBUG, "iso14443a card select timeout");
|
||||
DropField();
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user