From 5198f82d831a695393b306edf32b69e4b73920c4 Mon Sep 17 00:00:00 2001 From: Honker <80602195+honkergoose@users.noreply.github.com> Date: Sat, 13 Mar 2021 23:00:22 -0800 Subject: [PATCH] Honda CRV 2021 fw versions (#20341) * Added Honda CRV 2021 US gas firmware versions * programmedFuelInjection, transmission, gateway --- selfdrive/car/honda/values.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/selfdrive/car/honda/values.py b/selfdrive/car/honda/values.py index 5237ddbbe..e85ed25db 100644 --- a/selfdrive/car/honda/values.py +++ b/selfdrive/car/honda/values.py @@ -623,6 +623,7 @@ FW_VERSIONS = { b'37805-5PA-A870\x00\x00', b'37805-5PA-A880\x00\x00', b'37805-5PA-A890\x00\x00', + b'37805-5PA-AF20\x00\x00', b'37805-5PD-Q630\x00\x00', ], (Ecu.transmission, 0x18da1ef1, None): [ @@ -660,6 +661,7 @@ FW_VERSIONS = { ], (Ecu.combinationMeter, 0x18da60f1, None): [ b'78109-TLA-A110\x00\x00', + b'78109-TLA-A120\x00\x00', b'78109-TLA-A210\x00\x00', b'78109-TLA-A220\x00\x00', b'78109-TLA-C210\x00\x00', @@ -692,6 +694,7 @@ FW_VERSIONS = { b'77959-TLA-A250\x00\x00', b'77959-TLA-A320\x00\x00', b'77959-TLA-A410\x00\x00', + b'77959-TLA-A420\x00\x00', b'77959-TLA-Q040\x00\x00', ], },