VW: Add 3C chassis code for Passat (#32279)
* Add 3C for Passat in Australia * add radar needed to fuzzy VIN match for b9783084b8aa0083 old-commit-hash: 6dcaeae3698b07e5bc28272a359d5381451439de
This commit is contained in:
@@ -458,6 +458,7 @@ FW_VERSIONS = {
|
||||
b'\xf1\x873Q0907572C \xf1\x890196',
|
||||
b'\xf1\x875Q0907572P \xf1\x890682',
|
||||
b'\xf1\x875Q0907572R \xf1\x890771',
|
||||
b'\xf1\x875Q0907572S \xf1\x890780',
|
||||
],
|
||||
},
|
||||
CAR.VOLKSWAGEN_PASSAT_NMS: {
|
||||
|
||||
@@ -278,7 +278,7 @@ class CAR(Platforms):
|
||||
VWCarDocs("Volkswagen Passat GTE 2015-22"),
|
||||
],
|
||||
VolkswagenCarSpecs(mass=1551, wheelbase=2.79),
|
||||
chassis_codes={"3G"},
|
||||
chassis_codes={"3C", "3G"},
|
||||
wmis={WMI.VOLKSWAGEN_EUROPE_CAR},
|
||||
)
|
||||
VOLKSWAGEN_PASSAT_NMS = VolkswagenPQPlatformConfig(
|
||||
|
||||
Reference in New Issue
Block a user