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:
@@ -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?
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user