mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Update settings.ino
This commit is contained in:
parent
0f1cd33323
commit
eb025461a1
@ -1243,11 +1243,11 @@ void SettingsDelta(void)
|
|||||||
Settings.ex_serial_config = TS_SERIAL_8N1;
|
Settings.ex_serial_config = TS_SERIAL_8N1;
|
||||||
}
|
}
|
||||||
if (Settings.version < 0x07010204) {
|
if (Settings.version < 0x07010204) {
|
||||||
// if (Settings.flag3.ex_cors_enabled == 1) {
|
if (Settings.flag3.mqtt_buttons == 1) {
|
||||||
// strlcpy(Settings.ex_cors_domain, CORS_ENABLED_ALL, sizeof(Settings.ex_cors_domain));
|
strlcpy(Settings.ex_cors_domain, CORS_ENABLED_ALL, sizeof(Settings.ex_cors_domain));
|
||||||
// } else {
|
} else {
|
||||||
// Settings.ex_cors_domain[0] = 0;
|
Settings.ex_cors_domain[0] = 0;
|
||||||
// }
|
}
|
||||||
}
|
}
|
||||||
if (Settings.version < 0x07010205) {
|
if (Settings.version < 0x07010205) {
|
||||||
Settings.seriallog_level = Settings.ex_seriallog_level; // 09E -> 452
|
Settings.seriallog_level = Settings.ex_seriallog_level; // 09E -> 452
|
||||||
|
Loading…
x
Reference in New Issue
Block a user