mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-10 23:42:40 -07:00
Merge pull request #600 from marshmellow42/master
more graceful exit to lf search if no signal found
This commit is contained in:
commit
03cdcca03f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue