Merge branch '0_15' into suspend

This commit is contained in:
Blaz Kristan
2024-01-09 18:30:27 +01:00
16 changed files with 634 additions and 231 deletions

View File

@@ -436,6 +436,8 @@ void exitRealtime() {
realtimeIP[0] = 0;
if (useMainSegmentOnly) { // unfreeze live segment again
strip.getMainSegment().freeze = false;
} else {
strip.show(); // possible fix for #3589
}
updateInterfaces(CALL_MODE_WS_SEND);
}