From aa512b7ab8e040e1620bd560f6b5414b4b576af7 Mon Sep 17 00:00:00 2001 From: Greg <79265037+gwsvws@users.noreply.github.com> Date: Mon, 5 Apr 2021 22:22:11 -0400 Subject: [PATCH] Fingerprinting 2021 Honda CRV Hybrid (#20588) * 2021 Honda CRV Hybrid Fingerprinting added missing values for 2021 CRV hybrid. * Update values.py put srs values in order --- selfdrive/car/honda/values.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/selfdrive/car/honda/values.py b/selfdrive/car/honda/values.py index 6d80d76970..2534b25c7f 100644 --- a/selfdrive/car/honda/values.py +++ b/selfdrive/car/honda/values.py @@ -731,6 +731,7 @@ FW_VERSIONS = { (Ecu.gateway, 0x18daeff1, None): [ b'38897-TMA-H110\x00\x00', b'38897-TPG-A110\x00\x00', + b'38897-TPG-A210\x00\x00', ], (Ecu.shiftByWire, 0x18da0bf1, None): [ b'54008-TMB-H510\x00\x00', @@ -757,6 +758,7 @@ FW_VERSIONS = { (Ecu.srs, 0x18da53f1, None): [ b'77959-TLA-G220\x00\x00', b'77959-TLA-C320\x00\x00', + b'77959-TLA-C420\x00\x00', b'77959-TLA-H240\x00\x00', ], },