Change EM4x05 reader timings

Closer to the spec and better results, more robust to tag position
This commit is contained in:
Philippe Teuwen 2020-10-20 23:49:03 +02:00
commit 50c0d93951

View file

@ -2497,7 +2497,7 @@ static void SendForward(uint8_t fwd_bit_count, bool fast) {
WaitUS(32 * 8);
} else {
TurnReadLF_off(23 * 8);
TurnReadLFOn((32 - 23) * 8);
TurnReadLFOn(18 * 8);
}
}
}