mirror of https://github.com/arendst/Tasmota.git
update CT slider to more accurate color allocation
tweaked slider colors to more realistic portrayal (but still not accurate! and will never be!)
This commit is contained in:
parent
ecd06b6c83
commit
30072de0f7
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue