post-merge
this one was almost lost
This commit is contained in:
@@ -482,6 +482,8 @@ void Segment::setUp(uint16_t i1, uint16_t i2, uint8_t grp, uint8_t spc, uint16_t
|
||||
&& (!grp || (grouping == grp && spacing == spc))
|
||||
&& (ofs == UINT16_MAX || ofs == offset)) return;
|
||||
|
||||
stateChanged = true; // send UDP/WS broadcast
|
||||
|
||||
if (stop>start) fill(BLACK); //turn old segment range off // WLEDMM stop > start
|
||||
if (i2 <= i1) { //disable segment
|
||||
stop = 0;
|
||||
|
||||
Reference in New Issue
Block a user