|
|
|
@ -129,7 +129,7 @@ CAR_INFO: Dict[str, Union[ToyotaCarInfo, List[ToyotaCarInfo]]] = { |
|
|
|
|
ToyotaCarInfo("Lexus UX Hybrid 2019-22"), |
|
|
|
|
], |
|
|
|
|
CAR.HIGHLANDER: ToyotaCarInfo("Toyota Highlander 2017-19", video_link="https://www.youtube.com/watch?v=0wS0wXSLzoo"), |
|
|
|
|
CAR.HIGHLANDER_TSS2: ToyotaCarInfo("Toyota Highlander 2020-22"), |
|
|
|
|
CAR.HIGHLANDER_TSS2: ToyotaCarInfo("Toyota Highlander 2020-23"), |
|
|
|
|
CAR.HIGHLANDERH: ToyotaCarInfo("Toyota Highlander Hybrid 2017-19"), |
|
|
|
|
CAR.HIGHLANDERH_TSS2: ToyotaCarInfo("Toyota Highlander Hybrid 2020-22"), |
|
|
|
|
CAR.PRIUS: [ |
|
|
|
@ -980,12 +980,14 @@ FW_VERSIONS = { |
|
|
|
|
b'8965B48241\x00\x00\x00\x00\x00\x00', |
|
|
|
|
b'8965B48310\x00\x00\x00\x00\x00\x00', |
|
|
|
|
b'8965B48320\x00\x00\x00\x00\x00\x00', |
|
|
|
|
b'8965B48400\x00\x00\x00\x00\x00\x00', |
|
|
|
|
], |
|
|
|
|
(Ecu.abs, 0x7b0, None): [ |
|
|
|
|
b'\x01F15260E051\x00\x00\x00\x00\x00\x00', |
|
|
|
|
b'\x01F15260E061\x00\x00\x00\x00\x00\x00', |
|
|
|
|
b'\x01F15260E110\x00\x00\x00\x00\x00\x00', |
|
|
|
|
b'\x01F15260E170\x00\x00\x00\x00\x00\x00', |
|
|
|
|
b'\x01F15260E05300\x00\x00\x00\x00', |
|
|
|
|
], |
|
|
|
|
(Ecu.engine, 0x700, None): [ |
|
|
|
|
b'\x01896630E62100\x00\x00\x00\x00', |
|
|
|
@ -1003,6 +1005,7 @@ FW_VERSIONS = { |
|
|
|
|
b'\x01896630ED9100\x00\x00\x00\x00', |
|
|
|
|
b'\x01896630EE1000\x00\x00\x00\x00', |
|
|
|
|
b'\x01896630EE1100\x00\x00\x00\x00', |
|
|
|
|
b'\x01896630EG5000\x00\x00\x00\x00', |
|
|
|
|
], |
|
|
|
|
(Ecu.fwdRadar, 0x750, 0xf): [ |
|
|
|
|
b'\x018821F3301400\x00\x00\x00\x00', |
|
|
|
@ -1013,6 +1016,7 @@ FW_VERSIONS = { |
|
|
|
|
b'\x028646F0E02100\x00\x00\x00\x008646G2601200\x00\x00\x00\x00', |
|
|
|
|
b'\x028646F4803000\x00\x00\x00\x008646G5301200\x00\x00\x00\x00', |
|
|
|
|
b'\x028646F4803000\x00\x00\x00\x008646G3304000\x00\x00\x00\x00', |
|
|
|
|
b'\x028646F4803200\x00\x00\x00\x008646G3304000\x00\x00\x00\x00', |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
CAR.HIGHLANDERH_TSS2: { |
|
|
|
|