mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
update offroad danger temperature (#28662)
old-commit-hash: 23db0aa757e55670c8c6c63c7d4c2632b90e8397
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 = 77
|
||||
OFFROAD_DANGER_TEMP = 75
|
||||
|
||||
prev_offroad_states: Dict[str, Tuple[bool, Optional[str]]] = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user