CHG: adapt noice threshold, my hitag has an amplitude of 11...

This commit is contained in:
iceman1001 2019-03-13 12:38:07 +01:00
parent a117f06380
commit e4912b1813

View file

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