|
|
|
@ -143,7 +143,7 @@ CAR_INFO: Dict[str, Union[ToyotaCarInfo, List[ToyotaCarInfo]]] = { |
|
|
|
|
ToyotaCarInfo("Toyota Corolla Hybrid 2020-22"), |
|
|
|
|
ToyotaCarInfo("Toyota Corolla Hybrid (Non-US only) 2020-23", min_enable_speed=7.5), |
|
|
|
|
ToyotaCarInfo("Toyota Corolla Cross Hybrid (Non-US only) 2020-22", min_enable_speed=7.5), |
|
|
|
|
ToyotaCarInfo("Lexus UX Hybrid 2019-22"), |
|
|
|
|
ToyotaCarInfo("Lexus UX Hybrid 2019-23"), |
|
|
|
|
], |
|
|
|
|
CAR.HIGHLANDER: ToyotaCarInfo("Toyota Highlander 2017-19", video_link="https://www.youtube.com/watch?v=0wS0wXSLzoo"), |
|
|
|
|
CAR.HIGHLANDER_TSS2: ToyotaCarInfo("Toyota Highlander 2020-23"), |
|
|
|
@ -986,6 +986,7 @@ FW_VERSIONS = { |
|
|
|
|
b'8965B16170\x00\x00\x00\x00\x00\x00', |
|
|
|
|
b'8965B76012\x00\x00\x00\x00\x00\x00', |
|
|
|
|
b'8965B76050\x00\x00\x00\x00\x00\x00', |
|
|
|
|
b'8965B76091\x00\x00\x00\x00\x00\x00', |
|
|
|
|
b'\x018965B12350\x00\x00\x00\x00\x00\x00', |
|
|
|
|
b'\x018965B12470\x00\x00\x00\x00\x00\x00', |
|
|
|
|
b'\x018965B12490\x00\x00\x00\x00\x00\x00', |
|
|
|
@ -1016,12 +1017,14 @@ FW_VERSIONS = { |
|
|
|
|
b'F152676293\x00\x00\x00\x00\x00\x00', |
|
|
|
|
b'F152676303\x00\x00\x00\x00\x00\x00', |
|
|
|
|
b'F152676304\x00\x00\x00\x00\x00\x00', |
|
|
|
|
b'F152676371\x00\x00\x00\x00\x00\x00', |
|
|
|
|
], |
|
|
|
|
(Ecu.fwdRadar, 0x750, 0xf): [ |
|
|
|
|
b'\x018821F3301100\x00\x00\x00\x00', |
|
|
|
|
b'\x018821F3301200\x00\x00\x00\x00', |
|
|
|
|
b'\x018821F3301300\x00\x00\x00\x00', |
|
|
|
|
b'\x018821F3301400\x00\x00\x00\x00', |
|
|
|
|
b'\x018821F6201400\x00\x00\x00\x00', |
|
|
|
|
], |
|
|
|
|
(Ecu.fwdCamera, 0x750, 0x6d): [ |
|
|
|
|
b'\x028646F12010D0\x00\x00\x00\x008646G26011A0\x00\x00\x00\x00', |
|
|
|
@ -1038,6 +1041,7 @@ FW_VERSIONS = { |
|
|
|
|
b'\x028646F76020C0\x00\x00\x00\x008646G26011A0\x00\x00\x00\x00', |
|
|
|
|
b'\x028646F7603100\x00\x00\x00\x008646G2601200\x00\x00\x00\x00', |
|
|
|
|
b'\x028646F7603200\x00\x00\x00\x008646G2601400\x00\x00\x00\x00', |
|
|
|
|
b'\x028646F7605100\x00\x00\x00\x008646G3304000\x00\x00\x00\x00', |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
CAR.HIGHLANDER: { |
|
|
|
|