Additional br tweaking
This commit is contained in:
parent
7740c09375
commit
e757ebc885
9 changed files with 91 additions and 44 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue