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

Export fingerprints
old-commit-hash: 833316835a
pull/32103/head
Shane Smiskol 1 year ago committed by GitHub
parent 0c28caa0fc
commit 1c1b63bdb3
  1. 3
      selfdrive/car/chrysler/fingerprints.py

@ -68,6 +68,7 @@ FW_VERSIONS = {
(Ecu.engine, 0x7e0, None): [
b'68267018AO ',
b'68267020AJ ',
b'68303534AG ',
b'68303534AJ ',
b'68340762AD ',
b'68340764AD ',
@ -106,6 +107,7 @@ FW_VERSIONS = {
b'68405565AB',
b'68405565AC',
b'68444299AC',
b'68480707AC',
b'68480708AC',
b'68526663AB',
],
@ -147,6 +149,7 @@ FW_VERSIONS = {
b'68443120AE ',
b'68443123AC ',
b'68443125AC ',
b'68496647AI ',
b'68496647AJ ',
b'68496650AH ',
b'68496650AI ',

Loading…
Cancel
Save