update offroad danger temperature (#28662)

old-commit-hash: 23db0aa757e55670c8c6c63c7d4c2632b90e8397
This commit is contained in:
Adeeb Shihadeh
2023-06-23 17:23:48 -07:00
committed by GitHub
parent 075dc34240
commit b2ef53ee57
+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 = 77
OFFROAD_DANGER_TEMP = 75
prev_offroad_states: Dict[str, Tuple[bool, Optional[str]]] = {}