This commit is contained in:
iceman1001 2022-01-06 19:41:45 +01:00
commit b98d518fd7
8 changed files with 13 additions and 13 deletions

View file

@ -532,7 +532,7 @@ void Mifare1ksim(uint16_t flags, uint8_t exitAfterNReads, uint8_t *datain, uint1
int counter = 0;
bool finished = false;
bool button_pushed = BUTTON_PRESS();
while (!button_pushed && !finished) {
while ((button_pushed == false) && (finished == false)) {
WDT_HIT();