mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
thinfilm: reduce timeout, no need to wait so long
This commit is contained in:
parent
63a94167ba
commit
abe5ca47a5
1 changed files with 1 additions and 2 deletions
|
@ -2044,8 +2044,7 @@ bool GetIso14443aAnswerFromTag_Thinfilm(uint8_t *receivedResponse, uint8_t *rec
|
|||
}
|
||||
}
|
||||
|
||||
// timeout already in ms + 10ms guard time
|
||||
if (GetTickCount() - receive_timer > 1160)
|
||||
if (GetTickCount() - receive_timer > 100)
|
||||
break;
|
||||
}
|
||||
*received_len = Demod.len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue