From 30072de0f74f8175f9c146938363c764e9e3b236 Mon Sep 17 00:00:00 2001 From: blakadder Date: Tue, 11 Aug 2020 19:51:41 +0200 Subject: [PATCH] update CT slider to more accurate color allocation tweaked slider colors to more realistic portrayal (but still not accurate! and will never be!) --- tasmota/xdrv_01_webserver.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xdrv_01_webserver.ino b/tasmota/xdrv_01_webserver.ino index c44860c0b..780b79ab5 100644 --- a/tasmota/xdrv_01_webserver.ino +++ b/tasmota/xdrv_01_webserver.ino @@ -1263,7 +1263,7 @@ void WebSliderColdWarm(void) { WSContentSend_P(HTTP_MSG_SLIDER_GRADIENT, // Cold Warm "a", // a - Unique HTML id - "#fff", "#ff0", // White to Yellow + "#eff", "#f81", // 6500k in RGB (White) to 2500k in RGB (Warm Yellow) 1, // sl1 153, 500, // Range color temperature LightGetColorTemp(),