Remove hysteresis (smoothing handles noise); values now step ±1 per update

This commit is contained in:
ash
2026-07-04 05:11:47 +00:00
parent 4f58d4b8e6
commit 17def39f93
2 changed files with 1 additions and 7 deletions
-1
View File
@@ -24,7 +24,6 @@ private:
uint8_t midi_channel;
uint8_t midi_cc;
static const uint8_t HYSTERESIS = 3;
static const uint16_t READ_INTERVAL_MS = 5;
uint32_t last_read_time;