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

* test

* test is gonna be super platform specific

* need the radar to fuzzy fingerprint
This commit is contained in:
Shane Smiskol
2024-04-22 15:19:12 -07:00
committed by GitHub
parent 618d73efd0
commit 124e081fe1
2 changed files with 2 additions and 1 deletions
+1
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: {
+1 -1
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(
[