realtime mode bugfixes
- busses: ignore not valid bus instances - "use main segment only": prevent flickering du to intermitted strip.service().
This commit is contained in:
@@ -1908,7 +1908,7 @@ void WS2812FX::service() {
|
||||
if(nowUp >= seg.next_time || _triggered || (doShow && seg.mode == FX_MODE_STATIC)) // WLEDMM ">=" instead of ">"
|
||||
{
|
||||
if (seg.grouping == 0) seg.grouping = 1; //sanity check
|
||||
doShow = true;
|
||||
if (!seg.freeze) doShow = true;
|
||||
uint16_t frameDelay = FRAMETIME; // WLEDMM avoid name clash with "delay" function
|
||||
|
||||
if (!seg.freeze) { //only run effect function if not frozen
|
||||
|
||||
Reference in New Issue
Block a user