Skip to content

Commit f398b3e

Browse files
Fix Lexus NX Hybrid 2020 engine ecu (#24817)
Wrong address in engine ecu.
1 parent 3066ad8 commit f398b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfdrive/car/toyota/values.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@ class ToyotaCarInfo(CarInfo):
15851585
],
15861586
},
15871587
CAR.LEXUS_NXH_TSS2: {
1588-
(Ecu.engine, 0x700, None): [
1588+
(Ecu.engine, 0x7e0, None): [
15891589
b'\x0237887000\x00\x00\x00\x00\x00\x00\x00\x00A4701000\x00\x00\x00\x00\x00\x00\x00\x00',
15901590
],
15911591
(Ecu.esp, 0x7b0, None): [

0 commit comments

Comments
 (0)