Skip to content

Commit

Permalink
Fix Lexus NX Hybrid 2020 engine ecu (#24817)
Browse files Browse the repository at this point in the history
Wrong address in engine ecu.
  • Loading branch information
AlexandreSato authored Jun 11, 2022
1 parent 3066ad8 commit f398b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/toyota/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -1585,7 +1585,7 @@ class ToyotaCarInfo(CarInfo):
],
},
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): [
Expand Down

0 comments on commit f398b3e

Please sign in to comment.