mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 19:56:30 +00:00
Fix oops
This commit is contained in:
parent
2771827c15
commit
f5ed2e0845
@ -1814,7 +1814,7 @@ void SettingsDelta(void) {
|
|||||||
Settings->power_lock = 0;
|
Settings->power_lock = 0;
|
||||||
}
|
}
|
||||||
if (Settings->version < 0x0E000004) { // 14.0.0.4
|
if (Settings->version < 0x0E000004) { // 14.0.0.4
|
||||||
Settings->tcp_baudrate = Settings->ex_tcp_baudrate / 4;
|
Settings->tcp_baudrate = (uint16_t)Settings->ex_tcp_baudrate * 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
Settings->version = TASMOTA_VERSION;
|
Settings->version = TASMOTA_VERSION;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user