Skip to content

Commit b60de65

Browse files
Kona 2022 alt limit flag (commaai#2072)
* updated hyundai kona 2022 platform config to add alt limits flag * fixed flag, should be _2 dude to high torque
1 parent 88b29fb commit b60de65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opendbc/car/hyundai/values.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class CAR(Platforms):
253253
HYUNDAI_KONA_2022 = HyundaiPlatformConfig(
254254
[HyundaiCarDocs("Hyundai Kona 2022", car_parts=CarParts.common([CarHarness.hyundai_o]))],
255255
CarSpecs(mass=1491, wheelbase=2.6, steerRatio=13.42, tireStiffnessFactor=0.385),
256-
flags=HyundaiFlags.CAMERA_SCC,
256+
flags=HyundaiFlags.CAMERA_SCC | HyundaiFlags.ALT_LIMITS_2,
257257
)
258258
HYUNDAI_KONA_EV = HyundaiPlatformConfig(
259259
[HyundaiCarDocs("Hyundai Kona Electric 2018-21", car_parts=CarParts.common([CarHarness.hyundai_g]))],

0 commit comments

Comments
 (0)