Added better support for ACC mode
This commit is contained in:
parent
b401b34bb4
commit
e3c91fa6ee
5 changed files with 118 additions and 47 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue