mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-17 18:50:32 +08:00
CHG: adapt noice threshold, my hitag has an amplitude of 11...
This commit is contained in:
parent
a117f06380
commit
e4912b1813
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
#include "util.h" // for ARRAYLEN
|
||||
|
||||
//might not be high enough for noisy environments
|
||||
#define NOISE_AMPLITUDE_THRESHOLD 10
|
||||
#define NOISE_AMPLITUDE_THRESHOLD 15
|
||||
//ignore buffer with less than x samples
|
||||
#define SIGNAL_MIN_SAMPLES 100
|
||||
//ignore first x samples of the buffer
|
||||
|
|
Loading…
Reference in a new issue