mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
thinfilm: reduce timeout, no need to wait so long
This commit is contained in:
+1
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user