Possible fix for #3589 & partial fix for #3605

This commit is contained in:
Blaz Kristan
2024-01-09 18:20:20 +01:00
committed by Frank
parent 567d513a3b
commit e7285c7a03
2 changed files with 10 additions and 1 deletions

View File

@@ -196,6 +196,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);
}