This commit is contained in:
2026-01-27 21:47:55 -06:00
parent 796c7ca40b
commit 90217a1365

View File

@@ -240,7 +240,6 @@ class RealSerialStream:
start_cmd = {"cmd": "start"} start_cmd = {"cmd": "start"}
self._send_json(start_cmd) self._send_json(start_cmd)
self.state = ConnectionState.STREAMING self.state = ConnectionState.STREAMING
self.state = ConnectionState.STREAMING
print(f"[SERIAL] Started streaming") print(f"[SERIAL] Started streaming")
def start_predict(self) -> None: def start_predict(self) -> None: