kopia lustrzana https://github.com/Aircoookie/WLED
Fixed red color on IP address
rodzic
cbb12e1b7c
commit
849aa64678
|
@ -208,6 +208,7 @@
|
||||||
if (t>=80) {
|
if (t>=80) {
|
||||||
LCs[i].max = 255;
|
LCs[i].max = 255;
|
||||||
LCs[i].min = 0;
|
LCs[i].min = 0;
|
||||||
|
LCs[i].style.color="#fff";
|
||||||
continue; // do not check conflicts
|
continue; // do not check conflicts
|
||||||
} else {
|
} else {
|
||||||
LCs[i].max = 33;
|
LCs[i].max = 33;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Ładowanie…
Reference in New Issue