mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -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
|
@ -99,7 +99,7 @@ int DemodPCF7931(uint8_t **outBlocks) {
|
|||
warnings++;
|
||||
if (warnings > 10)
|
||||
{
|
||||
Dbprintf("Error: too many detection errors, aborting.");
|
||||
Dbprintf("Error: too many detection errors, aborting...");
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue