Skip to content

Commit

Permalink
Fixed red color on IP address
Browse files Browse the repository at this point in the history
  • Loading branch information
blazoncek committed Oct 7, 2021
1 parent cbb12e1 commit 849aa64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions wled00/data/settings_leds.htm
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@
if (t>=80) {
LCs[i].max = 255;
LCs[i].min = 0;
LCs[i].style.color="#fff";
continue; // do not check conflicts
} else {
LCs[i].max = 33;
Expand Down
Loading

0 comments on commit 849aa64

Please sign in to comment.