VW MQB: Add FW for 2018 Volkswagen Atlas (#21068)

pull/21073/head
Jason Young 4 years ago committed by GitHub
parent 0f13a80e0b
commit 0c89ad98e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/car/volkswagen/values.py

@ -71,6 +71,7 @@ FW_VERSIONS = {
CAR.ATLAS_MK1: {
(Ecu.engine, 0x7e0, None): [
b'\xf1\x8703H906026AA\xf1\x899970',
b'\xf1\x8703H906026F \xf1\x896696',
b'\xf1\x8703H906026F \xf1\x899970',
],
(Ecu.transmission, 0x7e1, None): [
@ -87,6 +88,7 @@ FW_VERSIONS = {
],
(Ecu.fwdRadar, 0x757, None): [
b'\xf1\x875Q0907572H \xf1\x890620',
b'\xf1\x875Q0907572J \xf1\x890654',
b'\xf1\x875Q0907572P \xf1\x890682',
],
},

Loading…
Cancel
Save