iceman1001 2020-10-23 10:00:47 +02:00
commit 34148b0383
2 changed files with 7 additions and 2 deletions

View file

@ -1708,6 +1708,11 @@ void SimTagIso15693(uint8_t *uid) {
bool exit_loop = false;
while (exit_loop == false) {
button_pressed = BUTTON_PRESS();
if (button_pressed || data_available())
break;
WDT_HIT();
// find reader field