From ecdc6932dd71238e04206e9c6b33f457f475f711 Mon Sep 17 00:00:00 2001 From: BogGyver Date: Tue, 28 Apr 2020 02:06:37 -0400 Subject: [PATCH] raising 7 days to 70 days without internet --- selfdrive/thermald/thermald.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selfdrive/thermald/thermald.py b/selfdrive/thermald/thermald.py index 627825040..427f0f027 100755 --- a/selfdrive/thermald/thermald.py +++ b/selfdrive/thermald/thermald.py @@ -33,8 +33,8 @@ NetworkStrength = log.ThermalData.NetworkStrength CURRENT_TAU = 15. # 15s time constant CPU_TEMP_TAU = 5. # 5s time constant -DAYS_NO_CONNECTIVITY_MAX = 7 # do not allow to engage after a week without internet -DAYS_NO_CONNECTIVITY_PROMPT = 4 # send an offroad prompt after 4 days with no internet +DAYS_NO_CONNECTIVITY_MAX = 70 # do not allow to engage after a week without internet +DAYS_NO_CONNECTIVITY_PROMPT = 64 # send an offroad prompt after 4 days with no internet DISCONNECT_TIMEOUT = 5. # wait 5 seconds before going offroad after disconnect so you get an alert LEON = False