From 549b80e20e5576eb574b222256a39230413022f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Hamal=20Dvo=C5=99=C3=A1k?= <mordae@anilinux.org>
Date: Sat, 27 Jan 2024 20:20:33 +0100
Subject: [PATCH] Speed up HPF a little again
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jan Hamal Dvořák <mordae@anilinux.org>
---
 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c
index 03ec651..dc57bdb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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