VW: add missing WMI for EU Atlas (#32280)

* test

* test is gonna be super platform specific

* need the radar to fuzzy fingerprint
old-commit-hash: 124e081fe16c85cc836b7291adbc9bfdcf3da932
This commit is contained in:
Shane Smiskol
2024-04-22 15:19:12 -07:00
committed by GitHub
parent 84f3b07d46
commit 8ba7442142
2 changed files with 2 additions and 1 deletions

View File

@@ -100,6 +100,7 @@ FW_VERSIONS = {
b'\xf1\x875Q0907572H \xf1\x890620',
b'\xf1\x875Q0907572J \xf1\x890654',
b'\xf1\x875Q0907572P \xf1\x890682',
b'\xf1\x875Q0907572S \xf1\x890780',
],
},
CAR.VOLKSWAGEN_CADDY_MK3: {

View File

@@ -224,7 +224,7 @@ class CAR(Platforms):
],
VolkswagenCarSpecs(mass=2011, wheelbase=2.98),
chassis_codes={"CA"},
wmis={WMI.VOLKSWAGEN_USA_SUV},
wmis={WMI.VOLKSWAGEN_USA_SUV, WMI.VOLKSWAGEN_EUROPE_SUV},
)
VOLKSWAGEN_CADDY_MK3 = VolkswagenPQPlatformConfig(
[