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

old-commit-hash: 0c89ad98e5
commatwo_master
Jason Young 4 years ago committed by GitHub
parent 921aa1f0a4
commit bf9a2704f6
  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