Add missing LEXUS_RX_TSS2 EPS & engine f/w (#22840)

pull/22850/head
Erich Moraga 4 years ago committed by GitHub
parent 445a5aaca4
commit 09514fb8e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/car/toyota/values.py

@ -1448,6 +1448,7 @@ FW_VERSIONS = {
b'\x01896630EB0000\x00\x00\x00\x00',
b'\x01896630EA9000\x00\x00\x00\x00',
b'\x01896630ED0000\x00\x00\x00\x00',
b'\x018966348W5100\x00\x00\x00\x00',
b'\x018966348W9000\x00\x00\x00\x00',
b'\x01896634D12100\x00\x00\x00\x00',
],
@ -1458,6 +1459,7 @@ FW_VERSIONS = {
b'\x01F152648781\x00\x00\x00\x00\x00\x00',
],
(Ecu.eps, 0x7a1, None): [
b'8965B48261\x00\x00\x00\x00\x00\x00',
b'8965B48271\x00\x00\x00\x00\x00\x00',
],
(Ecu.fwdRadar, 0x750, 0xf): [

Loading…
Cancel
Save