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:
iceman1001 2016-12-15 00:01:31 +01:00
commit d48175d4f4
4 changed files with 38 additions and 22 deletions

View file

@ -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?