higher offroad danger temp for tici (#22363)

old-commit-hash: 664d48fd5e2c767bbc37924a3b4ea3524acdfd01
This commit is contained in:
Robbe Derks
2021-09-29 11:45:02 +02:00
committed by GitHub
parent f6db1ef0b8
commit 04d8197e1c
+1 -1
View File
@@ -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]]] = {}