mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Fix default dimmer step
This commit is contained in:
parent
16ffdb6f49
commit
e035bdb71f
@ -1298,6 +1298,9 @@ void SettingsDelta(void)
|
|||||||
SettingsUpdateText(SET_ADC_PARAM1, parameters);
|
SettingsUpdateText(SET_ADC_PARAM1, parameters);
|
||||||
}
|
}
|
||||||
#endif // ESP8266
|
#endif // ESP8266
|
||||||
|
if (Settings.version < 0x09010000) {
|
||||||
|
Settings.dimmer_step = DEFAULT_DIMMER_STEP;
|
||||||
|
}
|
||||||
|
|
||||||
Settings.version = VERSION;
|
Settings.version = VERSION;
|
||||||
SettingsSave(1);
|
SettingsSave(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user