Sending updates to external screen + RGB LCD

This commit is contained in:
2026-08-16 14:23:18 +02:00
parent 2276c1742a
commit fd00c9a89d
11 changed files with 367 additions and 24 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class MicrowaveState:
if self.state != new_state:
self.state = new_state
self._notify_change()
# self._notify_change()
def set_paused(self, is_paused):
if self.paused != is_paused: