chg: check buttonpress

This commit is contained in:
iceman1001 2020-07-14 15:46:32 +02:00
parent ce981d9124
commit a95f4b3745

View file

@ -1066,16 +1066,16 @@ int GetIso15693CommandFromReader(uint8_t *received, size_t max_len, uint32_t *eo
samples++;
}
if (gotFrame) {
break;
}
if (BUTTON_PRESS()) {
DecodeReader.byteCount = -1;
break;
}
WDT_HIT();
if (gotFrame) {
break;
}
}
FpgaDisableSscDma();