Update WS on exit of live mode.

This commit is contained in:
Blaz Kristan 2022-04-08 20:11:34 +02:00
parent f247139f1c
commit 46e1c8ef73

View File

@ -185,6 +185,7 @@ void exitRealtime() {
if (useMainSegmentOnly) { // unfreeze live segment again
strip.getMainSegment().setOption(SEG_OPTION_FREEZE, false, strip.getMainSegmentId());
}
updateInterfaces(CALL_MODE_WS_SEND);
}