refactor(display): extract dashboard tile grid logic to DisplayManager

This commit is contained in:
2026-02-18 04:28:35 -08:00
parent 3b8e54c511
commit 67613120ad
10 changed files with 259 additions and 64 deletions

View File

@@ -66,7 +66,7 @@ def cmd_reader():
if ready:
cmd = fifo.read().strip()
if cmd:
ser.write((cmd + "\r").encode())
ser.write((cmd + "\n").encode())
print(f"[SENT] {cmd}")
except Exception as e:
if cmd_running: