Release of WLED v0.9.1
This commit is contained in:
parent
027a16a39b
commit
392277100c
@ -79,7 +79,7 @@ bool colorChanged()
|
|||||||
{
|
{
|
||||||
if (col[i] != colIT[i]) return true;
|
if (col[i] != colIT[i]) return true;
|
||||||
if (colSec[i] != colSecIT[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;
|
if (bri != briIT) return true;
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user