From 0cd3d3b003594db72a7014e819747ac436ee2008 Mon Sep 17 00:00:00 2001 From: SteWers <42718143+SteWers@users.noreply.github.com> Date: Tue, 16 Jan 2024 16:14:40 +0100 Subject: [PATCH] [WebUI] Fix first line seperator (#20518) The separator (request) flag has to be cleared before starting the output of sensors/drivers to ignore previous outputs. So there will no seperator in front of the list. This only appeared, when `WebTime` is off. --- tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino b/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino index 8356f05da..a82104452 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino @@ -1492,6 +1492,7 @@ bool HandleRootStatusRefresh(void) #endif // USE_WEB_SSE WSContentSend_P(PSTR("{t}")); //