mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
manager: don't start uploader with dongle id
This commit is contained in:
@@ -121,7 +121,7 @@ def manager_thread() -> None:
|
||||
params = Params()
|
||||
|
||||
ignore: List[str] = []
|
||||
if params.get("DongleId", encoding='utf8') == UNREGISTERED_DONGLE_ID:
|
||||
if params.get("DongleId", encoding='utf8') in (None, UNREGISTERED_DONGLE_ID):
|
||||
ignore += ["manage_athenad", "uploader"]
|
||||
if os.getenv("NOBOARD") is not None:
|
||||
ignore.append("pandad")
|
||||
|
||||
Reference in New Issue
Block a user