Skip to content

Commit

Permalink
Update values.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dkiiv authored Nov 1, 2024
1 parent 3752a20 commit 7221afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/volkswagen/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ class CAR(Platforms):
)
VOLKSWAGEN_JETTA_MK6 = VolkswagenPQPlatformConfig(
[VWCarDocs("Volkswagen Jetta 2015-2018")],
VolkswagenCarSpecs(mass=1518, wheelbase=2.62, minEnableSpeed=16 * CV.KPH_TO_MS),
VolkswagenCarSpecs(mass=1518, wheelbase=2.62),
chassis_codes={"5K", "AJ"},
wmis={WMI.VOLKSWAGEN_MEXICO_CAR},
)
Expand Down

0 comments on commit 7221afd

Please sign in to comment.