mirror of
https://github.com/arendst/Tasmota.git
synced 2025-08-01 06:57:43 +00:00
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) {
|
if (Settings.version < 0x0606000C) {
|
||||||
memset(&Settings.register8, 0x00, sizeof(Settings.register8));
|
memset(&Settings.register8, 0x00, sizeof(Settings.register8));
|
||||||
}
|
}
|
||||||
|
if (Settings.version < 0x0606000F) {
|
||||||
|
Settings.shutter_accuracy = 0;
|
||||||
|
Settings.mqttlog_level = MQTT_LOG_LEVEL;
|
||||||
|
}
|
||||||
|
|
||||||
Settings.version = VERSION;
|
Settings.version = VERSION;
|
||||||
SettingsSave(1);
|
SettingsSave(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user