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

Export fingerprints
old-commit-hash: a8e2c00b98
pull/32199/head
Shane Smiskol 1 year ago committed by GitHub
parent e1a5a311d4
commit 923d8c0888
  1. 3
      selfdrive/car/toyota/fingerprints.py

@ -1146,12 +1146,14 @@ FW_VERSIONS = {
b'\x01F152642F1000\x00\x00\x00\x00',
b'\x01F152642F8000\x00\x00\x00\x00',
b'\x01F152642F8100\x00\x00\x00\x00',
b'\x01F152642F9000\x00\x00\x00\x00',
],
(Ecu.eps, 0x7a1, None): [
b'\x028965B0R11000\x00\x00\x00\x008965B0R12000\x00\x00\x00\x00',
b'8965B42371\x00\x00\x00\x00\x00\x00',
],
(Ecu.engine, 0x700, None): [
b'\x01896634A61000\x00\x00\x00\x00',
b'\x01896634A88100\x00\x00\x00\x00',
b'\x01896634A89100\x00\x00\x00\x00',
b'\x01896634AE1001\x00\x00\x00\x00',
@ -1237,6 +1239,7 @@ FW_VERSIONS = {
b'\x028966333V4000\x00\x00\x00\x00897CF3305001\x00\x00\x00\x00',
b'\x028966333W1000\x00\x00\x00\x00897CF3305001\x00\x00\x00\x00',
b'\x02896633T09000\x00\x00\x00\x00897CF3307001\x00\x00\x00\x00',
b'\x02896633T10000\x00\x00\x00\x00897CF3307001\x00\x00\x00\x00',
],
(Ecu.abs, 0x7b0, None): [
b'\x01F152606281\x00\x00\x00\x00\x00\x00',

Loading…
Cancel
Save