mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-27 10:34:08 +08:00
more autocorrelate..
This commit is contained in:
parent
c6f5b0fb92
commit
33503112c1
1 changed files with 1 additions and 1 deletions
|
@ -1195,7 +1195,7 @@ int CmdLFfind(const char *Cmd) {
|
|||
if (testRaw=='u' || testRaw=='U'){
|
||||
//test unknown tag formats (raw mode)
|
||||
PrintAndLog("\nChecking for Unknown tags:\n");
|
||||
ans=AutoCorrelate(4000, false, false);
|
||||
ans=AutoCorrelate(GraphBuffer, GraphBuffer, GraphTraceLen, 4000, false, false);
|
||||
|
||||
if (ans > 0) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue