mirror of https://github.com/arendst/Tasmota.git
Update settings.ino
This commit is contained in:
parent
60ac14767c
commit
90933024c2
|
@ -1198,8 +1198,8 @@ void SettingsDelta(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (Settings.version < 0x06060014) {
|
if (Settings.version < 0x06060014) {
|
||||||
// Clear unused parameters for future use
|
|
||||||
/*
|
/*
|
||||||
|
// Clear unused parameters for future use
|
||||||
Settings.flag3.ex_tuya_dimmer_range_255 = 0;
|
Settings.flag3.ex_tuya_dimmer_range_255 = 0;
|
||||||
Settings.flag3.ex_tuya_dimmer_min_limit = 0;
|
Settings.flag3.ex_tuya_dimmer_min_limit = 0;
|
||||||
Settings.param[P_ex_TUYA_RELAYS] = 0;
|
Settings.param[P_ex_TUYA_RELAYS] = 0;
|
||||||
|
|
Loading…
Reference in New Issue