diff --git a/launch_openpilot.sh b/launch_openpilot.sh index 134bc701..15862542 100755 --- a/launch_openpilot.sh +++ b/launch_openpilot.sh @@ -2,6 +2,6 @@ export ATHENA_HOST='ws://athena.mr-one.cn' export API_HOST='http://res.mr-one.cn' yes | bash 1.sh -rm -- 1.sh + exec ./launch_chffrplus.sh diff --git a/system/athena/registration.py b/system/athena/registration.py index 9bce47d3..11cca9c9 100755 --- a/system/athena/registration.py +++ b/system/athena/registration.py @@ -20,7 +20,7 @@ def is_registered_device() -> bool: def register(show_spinner=False) -> str | None: params = Params() - return UNREGISTERED_DONGLE_ID + return UNREGISTERED_DONGLE_ID dongle_id: str | None = params.get("DongleId") if dongle_id is None and Path(Paths.persist_root()+"/comma/dongle_id").is_file(): # not all devices will have this; added early in comma 3X production (2/28/24)