chg: 'hf thinfilm info' - versbose mode and sanity checks

This commit is contained in:
iceman1001 2019-08-01 11:33:00 -04:00
commit 10c949a47e
3 changed files with 19 additions and 15 deletions

View file

@ -54,7 +54,7 @@ int CmdHFSearch(const char *Cmd) {
PrintAndLogEx(INFO, "Checking for known tags...\n");
if (infoThinFilm() == PM3_SUCCESS) {
if (infoThinFilm(false) == PM3_SUCCESS) {
PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("Thinfilm tag") " found\n");
return 1;
}