mirror of
https://github.com/wled/WLED.git
synced 2025-07-15 23:06:36 +00:00
Update WS on exit of live mode.
This commit is contained in:
parent
f247139f1c
commit
46e1c8ef73
@ -185,6 +185,7 @@ void exitRealtime() {
|
|||||||
if (useMainSegmentOnly) { // unfreeze live segment again
|
if (useMainSegmentOnly) { // unfreeze live segment again
|
||||||
strip.getMainSegment().setOption(SEG_OPTION_FREEZE, false, strip.getMainSegmentId());
|
strip.getMainSegment().setOption(SEG_OPTION_FREEZE, false, strip.getMainSegmentId());
|
||||||
}
|
}
|
||||||
|
updateInterfaces(CALL_MODE_WS_SEND);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user