Added better support for ACC mode

This commit is contained in:
Brian Hrebec 2024-11-08 22:29:39 -06:00
parent b401b34bb4
commit e3c91fa6ee
5 changed files with 118 additions and 47 deletions

View file

@ -347,6 +347,9 @@ void readEEPROM(const bool factoryReset, calibration_t &calibration) {
presets[i].spikeOnFactor = 5;
presets[i].spikeOffFactor = 5;
}
if (settings_version < 6) {
presets[i].noteMode = BREATH_TRIGGER;
}
}
writePresets();