mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
fix exit logic
This commit is contained in:
+1
-1
@@ -2657,7 +2657,7 @@ void BruteforceIso15693Afi(uint32_t flags) {
|
||||
Dbprintf("AFI = %i UID = %s", i, iso15693_sprintUID(NULL, recv + 2));
|
||||
}
|
||||
|
||||
aborted = (BUTTON_PRESS() && data_available());
|
||||
aborted = (BUTTON_PRESS() || data_available());
|
||||
if (aborted) {
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user