more autocorrelate..

This commit is contained in:
iceman1001 2017-07-27 21:40:43 +02:00
parent c6f5b0fb92
commit 33503112c1

View file

@ -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) {