mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
FIX: 'lf presco' demod fixes.
ADD: 'lf search' now also looks for Presco. I know that the helptext is wrong (d should be p)
This commit is contained in:
parent
371535d566
commit
d48175d4f4
4 changed files with 38 additions and 22 deletions
|
@ -1104,6 +1104,11 @@ int CmdLFfind(const char *Cmd) {
|
|||
PrintAndLog("\nValid Visa2000 ID Found!");
|
||||
return 1;
|
||||
}
|
||||
ans=CmdPrescoDemod("");
|
||||
if (ans>0) {
|
||||
PrintAndLog("\nValid Presco ID Found!");
|
||||
return 1;
|
||||
}
|
||||
// TIdemod?
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue