typo
parent
47a7828b42
commit
31dca2c188
2
config.h
2
config.h
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue