Skip to content

Commit

Permalink
Fix default dimmer step
Browse files Browse the repository at this point in the history
  • Loading branch information
arendst committed Nov 7, 2020
1 parent 16ffdb6 commit e035bdb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasmota/settings.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e035bdb

Please sign in to comment.