Skip to content

Commit

Permalink
Release of WLED v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aircoookie committed Feb 23, 2020
1 parent 027a16a commit 3922771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/wled08_led.ino
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ bool colorChanged()
{
if (col[i] != colIT[i]) return true;
if (colSec[i] != colSecIT[i]) return true;
if (col[i] != colNlT[i]) return true;
//if (col[i] != colNlT[i]) return true; (this effectively made the ESP send out sync packets every time colorUpdated() is called, even if nothing changed)
}
if (bri != briIT) return true;
return false;
Expand Down

0 comments on commit 3922771

Please sign in to comment.