higher offroad danger temp for tici (#22363)

pull/22376/head
Robbe Derks 4 years ago committed by GitHub
parent 545b24bf4c
commit 664d48fd5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/thermald/thermald.py

@ -48,7 +48,7 @@ THERMAL_BANDS = OrderedDict({
})
# Override to highest thermal band when offroad and above this temp
OFFROAD_DANGER_TEMP = 70.0
OFFROAD_DANGER_TEMP = 79.5 if TICI else 70.0
prev_offroad_states: Dict[str, Tuple[bool, Optional[str]]] = {}

Loading…
Cancel
Save