From 21b063da930d0dc6b89384ba8a4ad63b92ffbe4f Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 31 Mar 2019 03:02:09 +0200 Subject: [PATCH] t55xx readblock: don't delay acquisition too much else we're sometimes off by one (observed when reading P1B1 on several cards) --- armsrc/lfops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/lfops.c b/armsrc/lfops.c index 8cd9c68e9..1e6f22863 100644 --- a/armsrc/lfops.c +++ b/armsrc/lfops.c @@ -1529,7 +1529,7 @@ void T55xxReadBlock(uint16_t arg0, uint8_t Block, uint32_t Pwd) { // Turn field on to read the response // 137*8 seems to get to the start of data pretty well... // but we want to go past the start and let the repeating data settle in... - TurnReadLFOn(200 * 8); + TurnReadLFOn(150 * 8); // Acquisition // Now do the acquisition