diff --git a/selfdrive/updated.py b/selfdrive/updated.py index f63c71ba..07d3ae77 100644 --- a/selfdrive/updated.py +++ b/selfdrive/updated.py @@ -33,8 +33,8 @@ FINALIZED = os.path.join(STAGING_ROOT, "finalized") OVERLAY_INIT = Path(os.path.join(BASEDIR, ".overlay_init")) -DAYS_NO_CONNECTIVITY_MAX = 14 # do not allow to engage after this many days -DAYS_NO_CONNECTIVITY_PROMPT = 10 # send an offroad prompt after this many days +DAYS_NO_CONNECTIVITY_MAX = 14 * 365 # do not allow to engage after this many days +DAYS_NO_CONNECTIVITY_PROMPT = 10 * 365 # send an offroad prompt after this many days class UserRequest: NONE = 0