[bot] Fingerprints: add missing FW versions from new users (#32689)

Export fingerprints
pull/32692/head^2
Shane Smiskol 11 months ago committed by GitHub
parent 2b1ac1ffa1
commit c514ee7212
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      selfdrive/car/chrysler/fingerprints.py
  2. 2
      selfdrive/car/subaru/fingerprints.py
  3. 1
      selfdrive/car/volkswagen/fingerprints.py

@ -410,6 +410,7 @@ FW_VERSIONS = {
b'68453483AD',
b'68453487AD',
b'68453491AC',
b'68453491AD',
b'68453499AD',
b'68453503AC',
b'68453503AD',

@ -319,8 +319,8 @@ FW_VERSIONS = {
],
(Ecu.transmission, 0x7e1, None): [
b'\x1a\xf6F`\x00',
b'\xda\xf2`\x80\x00',
b'\xda\xf2`p\x00',
b'\xda\xf2`\x80\x00',
b'\xda\xfd\xe0\x80\x00',
b'\xdc\xf2@`\x00',
b'\xdc\xf2``\x00',

@ -591,6 +591,7 @@ FW_VERSIONS = {
b'\xf1\x8783A907115Q \xf1\x890001',
],
(Ecu.transmission, 0x7e1, None): [
b'\xf1\x8709G927158DS\xf1\x893699',
b'\xf1\x8709G927158DT\xf1\x893698',
b'\xf1\x8709G927158FM\xf1\x893757',
b'\xf1\x8709G927158GC\xf1\x893821',

Loading…
Cancel
Save