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

Export fingerprints
pull/32314/head
Shane Smiskol 1 year ago committed by GitHub
parent a44add160e
commit 45c021955a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      selfdrive/car/chrysler/fingerprints.py

@ -439,6 +439,7 @@ FW_VERSIONS = {
b'68292406AG',
b'68292406AH',
b'68432418AB',
b'68432418AC',
b'68432418AD',
b'68436004AD',
b'68436004AE',
@ -520,6 +521,7 @@ FW_VERSIONS = {
b'68378702AI ',
b'68378710AL ',
b'68378742AI ',
b'68378742AK ',
b'68378748AL ',
b'68378758AM ',
b'68448163AJ',
@ -569,6 +571,7 @@ FW_VERSIONS = {
b'68360085AJ',
b'68360085AL',
b'68360086AH',
b'68360086AK',
b'68384328AD',
b'68384332AD',
b'68445531AC',

Loading…
Cancel
Save