mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Made ECP delay 15ms
Found better results with 15 ms
This commit is contained in:
parent
d1de0c99ea
commit
b90359b26f
1 changed files with 1 additions and 1 deletions
|
@ -2429,7 +2429,7 @@ static void iso14a_set_ATS_times(uint8_t *ats) {
|
|||
|
||||
static int GetATQA(uint8_t *resp, uint8_t *resp_par, bool use_ecp) {
|
||||
|
||||
#define ECP_DELAY 1000
|
||||
#define ECP_DELAY 15
|
||||
#define WUPA_RETRY_TIMEOUT 10 // 10ms
|
||||
|
||||
uint8_t wupa[] = { ISO14443A_CMD_WUPA }; // 0x26 - REQA 0x52 - WAKE-UP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue