You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (arlsForceMaxBri) strip.setBrightness(scaledBri(255), true);
203
203
if (briT > 0 && md == REALTIME_MODE_GENERIC) strip.show();
204
+
205
+
if (realtimeMode && !realtimeOverride && useMainSegmentOnly) strip.getMainSegment().startFrame(); // WLEDMM make sure the main segment is ready for drawing
0 commit comments