Additional br tweaking

This commit is contained in:
Brian Hrebec 2023-08-30 22:50:55 -05:00
parent 7740c09375
commit e757ebc885
9 changed files with 91 additions and 44 deletions

View file

@ -343,6 +343,10 @@ void readEEPROM(const bool factoryReset, calibration_t &calibration) {
presets[i].breathFilterFreq = 20;
presets[i].spikeFilterFreq = 20;
}
if (settings_version < 4) {
presets[i].spikeOnFactor = 5;
presets[i].spikeOffFactor = 5;
}
}
writePresets();