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

Export fingerprints
old-commit-hash: 93963207f2
pull/32103/head
Shane Smiskol 11 months ago committed by GitHub
parent f6d6d06523
commit 51b5d472fb
  1. 2
      selfdrive/car/chrysler/fingerprints.py
  2. 1
      selfdrive/car/honda/fingerprints.py

@ -493,6 +493,7 @@ FW_VERSIONS = {
b'68440789AC', b'68440789AC',
b'68466110AA', b'68466110AA',
b'68466110AB', b'68466110AB',
b'68466113AA',
b'68469901AA', b'68469901AA',
b'68469907AA', b'68469907AA',
b'68522583AA', b'68522583AA',
@ -605,6 +606,7 @@ FW_VERSIONS = {
b'68520870AC', b'68520870AC',
b'68540431AB', b'68540431AB',
b'68540433AB', b'68540433AB',
b'68551676AA',
b'68629935AB', b'68629935AB',
b'68629936AC', b'68629936AC',
], ],

@ -770,6 +770,7 @@ FW_VERSIONS = {
b'37805-RLV-4070\x00\x00', b'37805-RLV-4070\x00\x00',
b'37805-RLV-5140\x00\x00', b'37805-RLV-5140\x00\x00',
b'37805-RLV-5230\x00\x00', b'37805-RLV-5230\x00\x00',
b'37805-RLV-5250\x00\x00',
b'37805-RLV-A630\x00\x00', b'37805-RLV-A630\x00\x00',
b'37805-RLV-A830\x00\x00', b'37805-RLV-A830\x00\x00',
b'37805-RLV-A840\x00\x00', b'37805-RLV-A840\x00\x00',

Loading…
Cancel
Save