update offroad danger temperature (#28662)

old-commit-hash: 23db0aa757
beeps
Adeeb Shihadeh 2 years ago committed by GitHub
parent 075dc34240
commit b2ef53ee57
  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 = 77
OFFROAD_DANGER_TEMP = 75
prev_offroad_states: Dict[str, Tuple[bool, Optional[str]]] = {}

Loading…
Cancel
Save