Add missing engine & EPS f/w for LEXUS_IS (#20398)

`@ash11111111#7507` 2017 Lexus IS300 AWD DongleID/route c92bb9ac835c90f7|2021-03-17--17-33-50--0
pull/20401/head
Erich Moraga 4 years ago committed by GitHub
parent 3258ecedd4
commit 4ea0b04fed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/car/toyota/values.py

@ -859,6 +859,7 @@ FW_VERSIONS = {
],
(Ecu.engine, 0x7e0, None): [
b'\x02353P7000\x00\x00\x00\x00\x00\x00\x00\x00530J5000\x00\x00\x00\x00\x00\x00\x00\x00',
b'\x02353P9000\x00\x00\x00\x00\x00\x00\x00\x00553C1000\x00\x00\x00\x00\x00\x00\x00\x00',
],
(Ecu.esp, 0x7b0, None): [
b'F152653330\x00\x00\x00\x00\x00\x00',
@ -870,6 +871,7 @@ FW_VERSIONS = {
b'881515306200\x00\x00\x00\x00',
],
(Ecu.eps, 0x7a1, None): [
b'8965B53270\x00\x00\x00\x00\x00\x00',
b'8965B53271\x00\x00\x00\x00\x00\x00',
b'8965B53280\x00\x00\x00\x00\x00\x00',
b'8965B53281\x00\x00\x00\x00\x00\x00',

Loading…
Cancel
Save