diff --git a/armsrc/iso14443a.c b/armsrc/iso14443a.c index ba4e6cf4d..3f775de5a 100644 --- a/armsrc/iso14443a.c +++ b/armsrc/iso14443a.c @@ -652,7 +652,7 @@ void RAMFUNC SnoopIso14443a(uint8_t param) { } LED_A_OFF(); - if(MF_DBGLEVEL > 4) Dbprintf("1:%d",dataLen); + rsamples += 4; if(MillerDecoding((data[0] & 0xF0) >> 4)) { LED_C_ON(); @@ -670,7 +670,7 @@ void RAMFUNC SnoopIso14443a(uint8_t param) { Demod.state = DEMOD_UNSYNCD; LED_B_OFF(); } - if(MF_DBGLEVEL > 4) Dbprintf("2"); + if(ManchesterDecoding(data[0], 0)) { LED_B_ON();