mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
Change EM4x05 reader timings
Closer to the spec and better results, more robust to tag position
This commit is contained in:
parent
527d1c9442
commit
50c0d93951
1 changed files with 1 additions and 1 deletions
|
@ -2497,7 +2497,7 @@ static void SendForward(uint8_t fwd_bit_count, bool fast) {
|
||||||
WaitUS(32 * 8);
|
WaitUS(32 * 8);
|
||||||
} else {
|
} else {
|
||||||
TurnReadLF_off(23 * 8);
|
TurnReadLF_off(23 * 8);
|
||||||
TurnReadLFOn((32 - 23) * 8);
|
TurnReadLFOn(18 * 8);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue