Skip to content

Commit

Permalink
VW PQ: Fix CarDocs year range for Jetta (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoung8607 authored Sep 28, 2024
1 parent 173ab90 commit 6a35629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendbc/car/volkswagen/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class CAR(Platforms):
wmis={WMI.VOLKSWAGEN_MEXICO_CAR, WMI.VOLKSWAGEN_EUROPE_CAR},
)
VOLKSWAGEN_JETTA_MK6 = VolkswagenPQPlatformConfig(
[VWCarDocs("Volkswagen Jetta 2015-2018")],
[VWCarDocs("Volkswagen Jetta 2015-18")],
VolkswagenCarSpecs(mass=1518, wheelbase=2.65, minSteerSpeed=50 * CV.KPH_TO_MS, minEnableSpeed=20 * CV.KPH_TO_MS),
chassis_codes={"5K", "AJ"},
wmis={WMI.VOLKSWAGEN_MEXICO_CAR},
Expand Down

0 comments on commit 6a35629

Please sign in to comment.