Fingerprints: add missing FW versions from users (#30972)

Export fingerprints
pull/29359/head
Shane Smiskol 1 year ago committed by GitHub
parent 8d9e431f43
commit 68bcb6b8da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      selfdrive/car/toyota/fingerprints.py

@ -1412,6 +1412,7 @@ FW_VERSIONS = {
CAR.LEXUS_RC: { CAR.LEXUS_RC: {
(Ecu.engine, 0x700, None): [ (Ecu.engine, 0x700, None): [
b'\x01896632461100\x00\x00\x00\x00', b'\x01896632461100\x00\x00\x00\x00',
b'\x01896632478100\x00\x00\x00\x00',
b'\x01896632478200\x00\x00\x00\x00', b'\x01896632478200\x00\x00\x00\x00',
], ],
(Ecu.engine, 0x7e0, None): [ (Ecu.engine, 0x7e0, None): [

Loading…
Cancel
Save