pull/2/head
xyqyear 2023-07-16 08:46:54 +08:00
parent 47a7828b42
commit 31dca2c188
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ const uint8_t RELEASE_THREASHOLD_OFFSET = 0;
// the rising changes are more likely to be environmental changes // the rising changes are more likely to be environmental changes
// rising NCL being smaller than falling NCL is because of the same reason // 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 // 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 MHDR = 2;
const uint8_t NHDR = 2; const uint8_t NHDR = 2;
const uint8_t NCLR = 4; const uint8_t NCLR = 4;