fix: repair broken string literal on line 200 (syntax error)

This commit is contained in:
2026-06-14 08:55:02 +00:00
parent c663b31912
commit 5deee2f692
+1 -2
View File
@@ -197,8 +197,7 @@ def main():
mqtt_connect()
lights_off()
print("[BOOT] Система готова. Жду машину...
")
print("[BOOT] Sistema gotova. Zhdu mashinu...")
subprocess.run(['stty', '-F', SERIAL_PORT, 'raw', str(SERIAL_BAUD),
'cs8', '-cstopb', '-parenb'], check=False)