From 50c0d93951f8cf5ec882519fe82471127b9d8e0f Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 20 Oct 2020 23:49:03 +0200 Subject: [PATCH] Change EM4x05 reader timings Closer to the spec and better results, more robust to tag position --- armsrc/lfops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/lfops.c b/armsrc/lfops.c index f52bdd788..a6fbb7bba 100644 --- a/armsrc/lfops.c +++ b/armsrc/lfops.c @@ -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); } } }