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:
@@ -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: {
|
||||
|
||||
@@ -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(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user