Speed up HPF a little again
Signed-off-by: Jan Hamal Dvořák <mordae@anilinux.org>
This commit is contained in:
parent
a89581446f
commit
549b80e20e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
#define NUM_SAMPLES 32
|
||||
#define RSSI_ALPHA 1
|
||||
#define LPF_SAMPLES 8 /* 8 */
|
||||
#define HPF_ALPHA 1 /* 1 */
|
||||
#define HPF_ALPHA 5 /* 5 */
|
||||
#define SPEED 3
|
||||
|
||||
#define SLEEP_US 16666
|
||||
|
|
Loading…
Reference in a new issue