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

* test

* test is gonna be super platform specific

* need the radar to fuzzy fingerprint
pull/32279/head
Shane Smiskol 1 year ago committed by GitHub
parent 618d73efd0
commit 124e081fe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      selfdrive/car/volkswagen/fingerprints.py
  2. 2
      selfdrive/car/volkswagen/values.py

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

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

Loading…
Cancel
Save