mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Lowered the initial wait, Heuristic decided. Might need to look at Picopass datasheet and verify :)
This commit is contained in:
parent
730cc21f08
commit
3268621fe0
1 changed files with 1 additions and 1 deletions
|
@ -2138,7 +2138,7 @@ static int iso14443b_select_picopass_card(picopass_hdr_t *hdr) {
|
|||
|
||||
// 0x0C
|
||||
// start_time = eof_time + ISO14B_TR2;
|
||||
start_time = eof_time + US_TO_SSP(1000); // 330ms before next cmd
|
||||
start_time = eof_time + US_TO_SSP(330); // 330ms before next cmd
|
||||
CodeAndTransmit14443bAsReader(identify, sizeof(identify), &start_time, &eof_time, true);
|
||||
eof_time += DELAY_ISO14443B_PCD_TO_PICC_READER;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue