mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Hf15FindAfi WaitForResponse loop
This commit is contained in:
parent
931d115ef8
commit
ecaf919365
3 changed files with 18 additions and 7 deletions
|
@ -967,9 +967,10 @@ void BruteforceIso15693Afi(uint32_t speed) {
|
|||
Dbprintf("AFI = %i UID = %s", i, sprintUID(NULL, buf + 2));
|
||||
}
|
||||
|
||||
if (BUTTON_PRESS()) {
|
||||
aborted = BUTTON_PRESS();
|
||||
|
||||
if (aborted) {
|
||||
DbpString("button pressed, aborting..");
|
||||
aborted = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue