Update settings.ino

This commit is contained in:
Theo Arends 2018-11-27 10:54:34 +01:00 committed by GitHub
parent e3d1971e51
commit 101cf83d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -858,6 +858,9 @@ void SettingsDelta(void)
if (Settings.version < 0x0603000A) {
Settings.param[P_LOOP_SLEEP_DELAY] = LOOP_SLEEP_DELAY;
}
if (Settings.version < 0x0603000E) {
Settings.flag2.calc_resolution = CALC_RESOLUTION;
}
Settings.version = VERSION;
SettingsSave(1);