Added filter for select CC controls

This commit is contained in:
Brian Hrebec 2024-11-09 10:06:36 -06:00
parent e3c91fa6ee
commit 7219872a14
5 changed files with 24 additions and 15 deletions

View file

@ -350,6 +350,9 @@ void readEEPROM(const bool factoryReset, calibration_t &calibration) {
if (settings_version < 6) {
presets[i].noteMode = BREATH_TRIGGER;
}
if (settings_version < 7) {
presets[i].CCFilterFreq = FILTER_FREQ;
}
}
writePresets();