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

Export fingerprints
pull/32547/head
Shane Smiskol 11 months ago committed by GitHub
parent ccbca2ac95
commit 93963207f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/car/chrysler/fingerprints.py
  2. 1
      selfdrive/car/honda/fingerprints.py

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

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

Loading…
Cancel
Save