server: handle READY signal from client to start init

This commit is contained in:
Repinoid
2026-05-26 09:37:03 +03:00
parent cd0215e5e5
commit e4962cf0fd
+1 -1
View File
@@ -63,7 +63,7 @@ def _parse_response(raw: str, data: dict) -> str | None:
raw = raw.strip().upper()
# OK / ?>
if raw in ("OK", "?", "NO DATA", "SEARCHING...", "STOPPED"):
if raw in ("OK", "?", "NO DATA", "SEARCHING...", "STOPPED", "READY"):
return raw
# ELM327 version