refactor(display): extract dashboard tile grid logic to DisplayManager
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user