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

* Export fingerprints

* Update selfdrive/car/toyota/fingerprints.py
pull/31829/head
Shane Smiskol 1 year ago committed by GitHub
parent 3d7595dfe3
commit fb9f31efb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/car/chrysler/fingerprints.py
  2. 1
      selfdrive/car/toyota/fingerprints.py

@ -404,6 +404,7 @@ FW_VERSIONS = {
b'68527383AD', b'68527383AD',
b'68527387AE', b'68527387AE',
b'68527403AC', b'68527403AC',
b'68527403AD',
b'68546047AF', b'68546047AF',
b'68631938AA', b'68631938AA',
b'68631942AA', b'68631942AA',
@ -477,6 +478,7 @@ FW_VERSIONS = {
], ],
(Ecu.engine, 0x7e0, None): [ (Ecu.engine, 0x7e0, None): [
b'05035699AG ', b'05035699AG ',
b'05035841AC ',
b'05036026AB ', b'05036026AB ',
b'05036065AE ', b'05036065AE ',
b'05036066AE ', b'05036066AE ',

@ -1547,6 +1547,7 @@ FW_VERSIONS = {
b'\x018966348W5100\x00\x00\x00\x00', b'\x018966348W5100\x00\x00\x00\x00',
b'\x018966348W9000\x00\x00\x00\x00', b'\x018966348W9000\x00\x00\x00\x00',
b'\x018966348X0000\x00\x00\x00\x00', b'\x018966348X0000\x00\x00\x00\x00',
b'\x01896634D11000\x00\x00\x00\x00',
b'\x01896634D12000\x00\x00\x00\x00', b'\x01896634D12000\x00\x00\x00\x00',
b'\x01896634D12100\x00\x00\x00\x00', b'\x01896634D12100\x00\x00\x00\x00',
b'\x01896634D43000\x00\x00\x00\x00', b'\x01896634D43000\x00\x00\x00\x00',

Loading…
Cancel
Save