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

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