mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-11 15:56:09 -07:00
minor adjustment to askmandemod for lf search
returns false if it finds data but not an EM410x format.
This commit is contained in:
parent
9ec1416ad2
commit
ac914e56db
1 changed files with 2 additions and 1 deletions
|
@ -234,8 +234,9 @@ int Cmdaskmandemod(const char *Cmd)
|
|||
setGraphBuf(BitStream,BitLen);
|
||||
PrintAndLog("EM410x pattern found: ");
|
||||
printEM410x(lo);
|
||||
return 1;
|
||||
}
|
||||
if (BitLen>16) return 1;
|
||||
//if (BitLen>16) return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue