From a4cfc414be8836100cc542d7c4cd3ccc117e23bb Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 29 Aug 2023 19:49:20 +0200 Subject: [PATCH] Final change to GUI twilight --- tasmota/tasmota_xdrv_driver/xdrv_09_timers.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_09_timers.ino b/tasmota/tasmota_xdrv_driver/xdrv_09_timers.ino index c2d41d98f..14026806f 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_09_timers.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_09_timers.ino @@ -64,7 +64,7 @@ int8_t timer_window[MAX_TIMERS] = { 0 }; * Rewrite for Arduino by 'jurs' for German Arduino forum \*********************************************************************************************/ -const char kTwilight[] PROGMEM = "| " D_TWILIGHT_CIVIL "| " D_TWILIGHT_NAUTICAL "| " D_TWILIGHT_ASTRONOMICAL; +const char kTwilight[] PROGMEM = "|, " D_TWILIGHT_CIVIL "|, " D_TWILIGHT_NAUTICAL "|, " D_TWILIGHT_ASTRONOMICAL; const float pi2 = TWO_PI; const float pi = PI;