Fix Lexus NX Hybrid 2020 engine ecu (#24817)

Wrong address in engine ecu.
pull/24809/head
AlexandreSato 3 years ago committed by GitHub
parent 3066ad81a8
commit f398b3efc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/car/toyota/values.py

@ -1585,7 +1585,7 @@ FW_VERSIONS = {
],
},
CAR.LEXUS_NXH_TSS2: {
(Ecu.engine, 0x700, None): [
(Ecu.engine, 0x7e0, None): [
b'\x0237887000\x00\x00\x00\x00\x00\x00\x00\x00A4701000\x00\x00\x00\x00\x00\x00\x00\x00',
],
(Ecu.esp, 0x7b0, None): [

Loading…
Cancel
Save