mirror of https://github.com/arendst/Tasmota.git
Fix default MqttLog and Shutter Accuracy
Fix default MqttLog and Shutter Accuracy
This commit is contained in:
parent
a620c3542f
commit
a8d9da243f
|
@ -1132,6 +1132,10 @@ void SettingsDelta(void)
|
|||
if (Settings.version < 0x0606000C) {
|
||||
memset(&Settings.register8, 0x00, sizeof(Settings.register8));
|
||||
}
|
||||
if (Settings.version < 0x0606000F) {
|
||||
Settings.shutter_accuracy = 0;
|
||||
Settings.mqttlog_level = MQTT_LOG_LEVEL;
|
||||
}
|
||||
|
||||
Settings.version = VERSION;
|
||||
SettingsSave(1);
|
||||
|
|
Loading…
Reference in New Issue