post-merge

this one was almost lost
This commit is contained in:
Frank
2024-04-09 21:01:44 +02:00
parent 4093df1de5
commit 8e84dba644

View File

@@ -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;