update offroad danger temperature (#28662)

pull/28686/head
Adeeb Shihadeh 2 years ago committed by GitHub
parent ae3681f2bb
commit 23db0aa757
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 = 77
OFFROAD_DANGER_TEMP = 75
prev_offroad_states: Dict[str, Tuple[bool, Optional[str]]] = {}

Loading…
Cancel
Save