mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: 'hf 15 findafi' - added the possibility to cancel loop with buttonpress
This commit is contained in:
parent
e69d070596
commit
2c1e2a9f3a
3 changed files with 8 additions and 3 deletions
|
@ -685,7 +685,7 @@ static bool select_only(uint8_t *CSN, uint8_t *CCNR, bool use_credit_key, bool v
|
|||
}
|
||||
|
||||
if(isOK <= 1){
|
||||
PrintAndLog("Failed to obtain CC! Aborting");
|
||||
PrintAndLog("Failed to obtain CC! Aborting...");
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue