diff --git a/armsrc/iso15693.c b/armsrc/iso15693.c index c12e2837b..ff59d260a 100644 --- a/armsrc/iso15693.c +++ b/armsrc/iso15693.c @@ -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();