mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
Remove disable messages
This commit is contained in:
parent
865b25dff9
commit
9a11d3613b
@ -2144,12 +2144,13 @@ void HandleInformation(void)
|
||||
} else {
|
||||
WSContentSend_P(PSTR("}1" D_MQTT "}2" D_DISABLED));
|
||||
}
|
||||
WSContentSend_P(PSTR("}1}2 ")); // Empty line
|
||||
|
||||
#if defined(USE_EMULATION) || defined(USE_DISCOVERY)
|
||||
WSContentSend_P(PSTR("}1}2 ")); // Empty line
|
||||
#endif // USE_EMULATION or USE_DISCOVERY
|
||||
#ifdef USE_EMULATION
|
||||
WSContentSend_P(PSTR("}1" D_EMULATION "}2%s"), GetTextIndexed(stopic, sizeof(stopic), Settings.flag2.emulation, kEmulationOptions));
|
||||
#endif // USE_EMULATION
|
||||
|
||||
#ifdef USE_DISCOVERY
|
||||
WSContentSend_P(PSTR("}1" D_MDNS_DISCOVERY "}2%s"), (Settings.flag3.mdns_enabled) ? D_ENABLED : D_DISABLED); // SetOption55 - Control mDNS service
|
||||
if (Settings.flag3.mdns_enabled) { // SetOption55 - Control mDNS service
|
||||
|
Loading…
x
Reference in New Issue
Block a user