Merge pull request #600 from marshmellow42/master

more graceful exit to lf search if no signal found
This commit is contained in:
Iceman 2018-05-05 06:59:39 +02:00 committed by GitHub
commit 03cdcca03f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -947,6 +947,7 @@ int CmdLFfind(const char *Cmd)
return 1; return 1;
} }
} }
PrintAndLog("\nNo Data Found! - maybe not an LF tag?\n");
return 0; return 0;
} }