From 70a6ecaf3185f0730d9f0f2d5922a890d222edbf Mon Sep 17 00:00:00 2001 From: systwo <60156901+systwo@users.noreply.github.com> Date: Sat, 21 Oct 2023 21:29:17 +1300 Subject: [PATCH] Toyota: Added missing Highlander Hybrid FW versions (#30255) Added Highlander hybrid fingerprint values old-commit-hash: 880afedbb83e4b31a3e55e78f0aeecae5fccfdd2 --- selfdrive/car/toyota/values.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/selfdrive/car/toyota/values.py b/selfdrive/car/toyota/values.py index ca05743550..45585c97f7 100644 --- a/selfdrive/car/toyota/values.py +++ b/selfdrive/car/toyota/values.py @@ -1226,6 +1226,7 @@ FW_VERSIONS = { (Ecu.eps, 0x7a1, None): [ 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): [ @@ -1238,6 +1239,7 @@ FW_VERSIONS = { b'\x01F152648J4000\x00\x00\x00\x00', b'\x01F152648J5000\x00\x00\x00\x00', b'\x01F152648J6000\x00\x00\x00\x00', + b'\x01F152648J7000\x00\x00\x00\x00', b'\x01F15264872700\x00\x00\x00\x00', ], (Ecu.engine, 0x700, None): [ @@ -1247,6 +1249,7 @@ FW_VERSIONS = { b'\x01896630EE4100\x00\x00\x00\x00', b'\x01896630EE5000\x00\x00\x00\x00', b'\x01896630EE6000\x00\x00\x00\x00', + b'\x01896630EE7000\x00\x00\x00\x00', b'\x01896630EF8000\x00\x00\x00\x00', b'\x02896630E66000\x00\x00\x00\x00897CF4801001\x00\x00\x00\x00', b'\x02896630E66100\x00\x00\x00\x00897CF4801001\x00\x00\x00\x00',