Skip to content

Commit 849aa64

Browse files
committed
Fixed red color on IP address
1 parent cbb12e1 commit 849aa64

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

wled00/data/settings_leds.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@
208208
if (t>=80) {
209209
LCs[i].max = 255;
210210
LCs[i].min = 0;
211+
LCs[i].style.color="#fff";
211212
continue; // do not check conflicts
212213
} else {
213214
LCs[i].max = 33;

0 commit comments

Comments
 (0)