Skip to content

Commit 8e84dba

Browse files
committed
post-merge
this one was almost lost
1 parent 4093df1 commit 8e84dba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wled00/FX_fcn.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,8 @@ void Segment::setUp(uint16_t i1, uint16_t i2, uint8_t grp, uint8_t spc, uint16_t
482482
&& (!grp || (grouping == grp && spacing == spc))
483483
&& (ofs == UINT16_MAX || ofs == offset)) return;
484484

485+
stateChanged = true; // send UDP/WS broadcast
486+
485487
if (stop>start) fill(BLACK); //turn old segment range off // WLEDMM stop > start
486488
if (i2 <= i1) { //disable segment
487489
stop = 0;

0 commit comments

Comments
 (0)