mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-23 05:33:52 +08:00
higher offroad danger temp for tici (#22363)
This commit is contained in:
@@ -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]]] = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user