Merge pull request #9074 from blakadder/development

update CT slider to more accurate color allocation
This commit is contained in:
Theo Arends 2020-08-11 20:47:49 +02:00 committed by GitHub
commit 4a317c3c97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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(),