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

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

@ -245,6 +245,7 @@ FW_VERSIONS = {
b'68416680AE ',
b'68416680AF ',
b'68416680AG ',
b'68444228AC ',
b'68444228AD ',
b'68444228AE ',
b'68444228AF ',

@ -529,6 +529,7 @@ FW_VERSIONS = {
b'28102-5MX-A900\x00\x00',
b'28102-5MX-A910\x00\x00',
b'28102-5MX-C001\x00\x00',
b'28102-5MX-C610\x00\x00',
b'28102-5MX-C910\x00\x00',
b'28102-5MX-D001\x00\x00',
b'28102-5MX-D710\x00\x00',

Loading…
Cancel
Save