Skip to content

Commit

Permalink
Eased up Internet requirement
Browse files Browse the repository at this point in the history
I like 1 month, since it's the avg. interval b/w releases.

See...
commaai#1096
commaai#22607
  • Loading branch information
ErichMoraga committed Nov 29, 2021
1 parent 827852a commit e44cb14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/thermald/thermald.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
NetworkStrength = log.DeviceState.NetworkStrength
CURRENT_TAU = 15. # 15s time constant
TEMP_TAU = 5. # 5s time constant
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 = 30 # do not allow to engage after this many days
DAYS_NO_CONNECTIVITY_PROMPT = 26 # send an offroad prompt after this many days
DISCONNECT_TIMEOUT = 5. # wait 5 seconds before going offroad after disconnect so you get an alert

ThermalBand = namedtuple("ThermalBand", ['min_temp', 'max_temp'])
Expand Down

0 comments on commit e44cb14

Please sign in to comment.