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

Export fingerprints
old-commit-hash: 25b9a33852
pull/33029/head
Shane Smiskol 11 months ago committed by GitHub
parent f35fcbc050
commit f26f9d7982
  1. 1
      selfdrive/car/chrysler/fingerprints.py
  2. 1
      selfdrive/car/toyota/fingerprints.py

@ -315,6 +315,7 @@ FW_VERSIONS = {
b'68284456AI ',
b'68284477AF ',
b'68325564AH ',
b'68325564AI ',
b'68325565AH ',
b'68325565AI ',
b'68325618AD ',

@ -1493,6 +1493,7 @@ FW_VERSIONS = {
b'\x01896630EA6300\x00\x00\x00\x00',
b'\x018966348R1300\x00\x00\x00\x00',
b'\x018966348R8500\x00\x00\x00\x00',
b'\x018966348R9300\x00\x00\x00\x00',
b'\x018966348W1300\x00\x00\x00\x00',
b'\x018966348W2300\x00\x00\x00\x00',
],

Loading…
Cancel
Save