CHG: 'hf 15 findafi' - added the possibility to cancel loop with buttonpress

This commit is contained in:
iceman1001 2017-09-05 10:31:27 +02:00
commit 2c1e2a9f3a
3 changed files with 8 additions and 3 deletions

View file

@ -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;