mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
a few bug fixes with adding hitag detection to...
`lf search`
This commit is contained in:
parent
0b91ce03e5
commit
921e63992c
2 changed files with 33 additions and 6 deletions
|
@ -1180,9 +1180,11 @@ int CmdLFfind(const char *Cmd)
|
|||
return 1;
|
||||
}
|
||||
|
||||
ans=CmdLFHitagReader("26");
|
||||
if (ans==0) {
|
||||
return 1;
|
||||
if (!offline && (cmdp != '1')){
|
||||
ans=CmdLFHitagReader("26");
|
||||
if (ans==0) {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
PrintAndLog("\nNo Known Tags Found!\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue