From 2f1e05f46ba8cf47e9fca18bd867e5b3ffe571cc Mon Sep 17 00:00:00 2001 From: afoltz3 <55215044+afoltz3@users.noreply.github.com> Date: Sat, 10 Apr 2021 16:54:44 -0400 Subject: [PATCH] Add carFw values to support 2020 Acura RDX Base (#20642) * Add carFw values to support 2020 Acura RDX Base * Update values.py * Remove duplicate firmware versions Removing 7 duplicate fw versions which caused unit tests Github Actions to fail. * Update values.py Co-authored-by: Adeeb Shihadeh --- selfdrive/car/honda/values.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/selfdrive/car/honda/values.py b/selfdrive/car/honda/values.py index 2534b25c7f..e8a02ae53c 100644 --- a/selfdrive/car/honda/values.py +++ b/selfdrive/car/honda/values.py @@ -940,6 +940,7 @@ FW_VERSIONS = { b'37805-5YF-A420\x00\x00', b'37805-5YF-A430\x00\x00', b'37805-5YF-C210\x00\x00', + b'37805-5YF-A330\x00\x00', ], (Ecu.vsa, 0x18da28f1, None): [ b'57114-TJB-A040\x00\x00', @@ -957,12 +958,14 @@ FW_VERSIONS = { (Ecu.transmission, 0x18da1ef1, None): [ b'28102-5YK-A700\x00\x00', b'28102-5YK-A711\x00\x00', + b'28102-5YL-A700\x00\x00', ], (Ecu.combinationMeter, 0x18da60f1, None): [ b'78109-TJB-AB10\x00\x00', b'78109-TJB-AD10\x00\x00', b'78109-TJB-AF10\x00\x00', b'78109-TJB-AW10\x00\x00', + b'78109-TJC-AA10\x00\x00', ], (Ecu.srs, 0x18da53f1, None): [ b'77959-TJB-A040\x00\x00', @@ -979,6 +982,7 @@ FW_VERSIONS = { (Ecu.eps, 0x18da30f1, None): [ b'39990-TJB-A030\x00\x00', b'39990-TJB-A040\x00\x00', + b'39990-TJB-A130\x00\x00' ], }, CAR.RIDGELINE: {