mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +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);
|
||||
}
|
||||
#endif // ESP8266
|
||||
if (Settings.version < 0x09010000) {
|
||||
Settings.dimmer_step = DEFAULT_DIMMER_STEP;
|
||||
}
|
||||
|
||||
Settings.version = VERSION;
|
||||
SettingsSave(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user