mirror of
https://github.com/arendst/Tasmota.git
synced 2026-06-13 13:54:51 -04:00
Update settings.ino
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user