From abe3530ee8074aa5798be484fe56be45c51909d7 Mon Sep 17 00:00:00 2001 From: xyqyear Date: Thu, 2 Nov 2023 19:56:18 +0800 Subject: [PATCH] revert filter changes --- config.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.h b/config.h index b5703bb..914c229 100644 --- a/config.h +++ b/config.h @@ -77,14 +77,14 @@ const uint8_t RELEASE_THREASHOLD_OFFSET = 0; // rising NCL being smaller than falling NCL is because of the same reason // the user can experiment with different values to find the best one // but those values should be good for most cases -const uint8_t MHDR = 1; -const uint8_t NHDR = 1; -const uint8_t NCLR = 0; +const uint8_t MHDR = 2; +const uint8_t NHDR = 2; +const uint8_t NCLR = 4; const uint8_t FDLR = 0; -const uint8_t MHDF = 1; +const uint8_t MHDF = 2; const uint8_t NHDF = 1; -const uint8_t NCLF = 255; -const uint8_t FDLF = 2; +const uint8_t NCLF = 32; +const uint8_t FDLF = 4; // range: 0 - 3 // 0: 6 samples