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

Export fingerprints
pull/32401/head
Shane Smiskol 12 months ago committed by GitHub
parent d28624fe5b
commit 3fd549f30a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      selfdrive/car/chrysler/fingerprints.py

@ -422,6 +422,7 @@ FW_VERSIONS = {
b'68527403AD',
b'68546047AF',
b'68631938AA',
b'68631939AA',
b'68631940AA',
b'68631942AA',
b'68631943AB',
@ -552,6 +553,7 @@ FW_VERSIONS = {
b'68539651AD',
b'68586101AA ',
b'68586105AB ',
b'68629919AC ',
b'68629922AC ',
b'68629925AC ',
b'68629926AC ',
@ -589,6 +591,7 @@ FW_VERSIONS = {
b'68520870AC',
b'68540431AB',
b'68540433AB',
b'68629935AB',
b'68629936AC',
],
},

Loading…
Cancel
Save