Speed up HPF a little again

Signed-off-by: Jan Hamal Dvořák <mordae@anilinux.org>
This commit is contained in:
Jan Hamal Dvořák 2024-01-27 20:20:33 +01:00
parent a89581446f
commit 549b80e20e

View file

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