From 31dca2c1885b77fe89c018185813f3c9580ed5b6 Mon Sep 17 00:00:00 2001 From: xyqyear Date: Sun, 16 Jul 2023 08:46:54 +0800 Subject: [PATCH] typo --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index b683d45..bb918a5 100644 --- a/config.h +++ b/config.h @@ -76,7 +76,7 @@ const uint8_t RELEASE_THREASHOLD_OFFSET = 0; // the rising changes are more likely to be environmental changes // 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 a good for most cases +// but those values should be good for most cases const uint8_t MHDR = 2; const uint8_t NHDR = 2; const uint8_t NCLR = 4;