Fix Lexus NX Hybrid 2020 engine ecu (#24817)

Wrong address in engine ecu.
old-commit-hash: f398b3efc9
taco
AlexandreSato 3 years ago committed by GitHub
parent f7edd5f3d3
commit 42327f3431
  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