mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
more debug messages
This commit is contained in:
@@ -862,7 +862,8 @@ int AutoCorrelate(const int *in, int *out, size_t len, size_t window, bool SaveG
|
||||
int distance = -1;
|
||||
for (size_t i = 0; i < ARRAYLEN(peaks); ++i) {
|
||||
|
||||
if (peaks[i] < 2) {
|
||||
PrintAndLogEx(DEBUG, "%zu | %d", i, peaks[i]);
|
||||
if (peaks[i] < 128) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user