From 5b33642d80472feeb65da96f5fbdaff5b097e9cb Mon Sep 17 00:00:00 2001 From: vanillagorillaa <31773928+vanillagorillaa@users.noreply.github.com> Date: Sat, 19 Dec 2020 19:28:45 -0800 Subject: [PATCH] 2020 Camry FW (#19547) old-commit-hash: 95a340d2788fe687c670c65f8eb9e242993a0336 --- selfdrive/car/toyota/values.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/selfdrive/car/toyota/values.py b/selfdrive/car/toyota/values.py index 631463ebc3..b350ef908c 100644 --- a/selfdrive/car/toyota/values.py +++ b/selfdrive/car/toyota/values.py @@ -309,6 +309,7 @@ FW_VERSIONS = { b'\x018966306L3100\x00\x00\x00\x00', b'\x018966306L4200\x00\x00\x00\x00', b'\x018966306L5200\x00\x00\x00\x00', + b'\x018966306P8000\x00\x00\x00\x00', b'\x018966306Q3100\x00\x00\x00\x00', b'\x018966306Q4000\x00\x00\x00\x00', b'\x018966306Q4100\x00\x00\x00\x00', @@ -328,6 +329,7 @@ FW_VERSIONS = { (Ecu.dsu, 0x791, None): [ b'8821F0601200 ', b'8821F0601300 ', + b'8821F0602000 ', b'8821F0603300 ', b'8821F0607200 ', b'8821F0608000 ', @@ -337,6 +339,7 @@ FW_VERSIONS = { (Ecu.esp, 0x7b0, None): [ b'F152606210\x00\x00\x00\x00\x00\x00', b'F152606230\x00\x00\x00\x00\x00\x00', + b'F152606270\x00\x00\x00\x00\x00\x00', b'F152606290\x00\x00\x00\x00\x00\x00', b'F152633540\x00\x00\x00\x00\x00\x00', b'F152633A20\x00\x00\x00\x00\x00\x00', @@ -351,6 +354,7 @@ FW_VERSIONS = { (Ecu.fwdRadar, 0x750, 0xf): [ # Same as 0x791 b'8821F0601200 ', b'8821F0601300 ', + b'8821F0602000 ', b'8821F0603300 ', b'8821F0607200 ', b'8821F0608000 ',