X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/05446d5bc3d9263efc6a12026f6cf84bb421735e..b1db38e1b77ccce325d2a1c1d4da569cf95bc2a1:/armsrc/lfops.c diff --git a/armsrc/lfops.c b/armsrc/lfops.c index c2057884..aeb53cb1 100644 --- a/armsrc/lfops.c +++ b/armsrc/lfops.c @@ -1028,7 +1028,7 @@ void CmdIOdemodFSK(int findone, int *high, int *low, int ledcontrol) * To compensate antenna falling times shorten the write times * and enlarge the gap ones. */ -#define START_GAP 30*8 // 10 - 50fc 250 +#define START_GAP 50*8 // 10 - 50fc 250 #define WRITE_GAP 20*8 // 8 - 30fc #define WRITE_0 24*8 // 16 - 31fc 24fc 192 #define WRITE_1 54*8 // 48 - 63fc 54fc 432 for T55x7; 448 for E5550 @@ -1198,7 +1198,7 @@ void TurnReadLFOn(){ FpgaWriteConfWord(FPGA_MAJOR_MODE_LF_ADC | FPGA_LF_ADC_READER_FIELD); // Give it a bit of time for the resonant antenna to settle. //SpinDelay(30); - SpinDelayUs(9*150); + SpinDelayUs(8*150); } /*-------------- Cloning routines -----------*/