Vroom vroom 🏎️

This commit is contained in:
Kumar
2026-08-29 15:17:48 -07:00
committed by GitHub
parent e55d6a34cb
commit 89bc4ce00d
+1 -1
View File
@@ -13,7 +13,7 @@ V_CRUISE_MIN = 8
V_CRUISE_MAX = 145
V_CRUISE_UNSET = 255
V_CRUISE_INITIAL = 40
V_CRUISE_INITIAL_EXPERIMENTAL_MODE = 105
V_CRUISE_INITIAL_EXPERIMENTAL_MODE = 128
IMPERIAL_INCREMENT = round(CV.MPH_TO_KPH, 1) # round here to avoid rounding errors incrementing set speed
ButtonEvent = car.CarState.ButtonEvent