always tici

This commit is contained in:
Adeeb Shihadeh
2022-04-26 20:02:27 -07:00
parent 2474546f48
commit 4af943dc01
+1 -1
View File
@@ -46,7 +46,7 @@ THERMAL_BANDS = OrderedDict({
})
# Override to highest thermal band when offroad and above this temp
OFFROAD_DANGER_TEMP = 79.5 if TICI else 70.0
OFFROAD_DANGER_TEMP = 79.5
prev_offroad_states: Dict[str, Tuple[bool, Optional[str]]] = {}