Fingerprints: add missing FW versions from users for Toyota, Honda, Chrysler [bot] (#31196)

Export fingerprints
pull/31203/head
Shane Smiskol 1 year ago committed by GitHub
parent a3eb61b7a3
commit 2a006f59a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/car/toyota/fingerprints.py

@ -1267,6 +1267,7 @@ FW_VERSIONS = {
b'F152633171\x00\x00\x00\x00\x00\x00',
],
(Ecu.dsu, 0x791, None): [
b'881513309400\x00\x00\x00\x00',
b'881513309500\x00\x00\x00\x00',
b'881513310400\x00\x00\x00\x00',
],
@ -1281,6 +1282,7 @@ FW_VERSIONS = {
],
(Ecu.fwdCamera, 0x750, 0x6d): [
b'8646F3302001\x00\x00\x00\x00',
b'8646F3302100\x00\x00\x00\x00',
b'8646F3302200\x00\x00\x00\x00',
],
},

Loading…
Cancel
Save