wait a bit longer when selecting a MFU tag

This commit is contained in:
iceman1001 2024-10-04 09:16:04 +02:00
commit f36e7a59a1

View file

@ -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;