updates to Translate Device Name #872

This commit is contained in:
proddy
2023-01-05 09:45:33 +01:00
parent cfce36c212
commit bab9fd8ec4
3 changed files with 35 additions and 15 deletions

View File

@@ -245,7 +245,6 @@ StateUpdateResult WebSettings::update(JsonObject & root, WebSettings & settings)
#ifndef EMSESP_STANDALONE
if (!old_local.equals(settings.locale)) {
add_flags(ChangeFlags::RESTART); // force restart
// add_flags(ChangeFlags::MQTT);
}
#endif