From 6ce66dee4fea3a3b28fe42cbb79f32888eaa7bda Mon Sep 17 00:00:00 2001 From: Viktor Hansson Date: Tue, 14 Nov 2023 12:13:33 +0100 Subject: [PATCH] VW: Add FW versions for Passat GTE 2018 (#30450) * VW: Add fw-versions for Passat GTE 2018 * Remove duplicate fw-versions for PASSAT_MK8 * Removed duplicate fw version for PASSAT_MK8 One of them included \023 and the other \x13 which was interpreted as the same character in python * Apply suggestions from code review --------- Co-authored-by: Shane Smiskol --- selfdrive/car/volkswagen/values.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/selfdrive/car/volkswagen/values.py b/selfdrive/car/volkswagen/values.py index 26d5141b44..ea8d833c01 100644 --- a/selfdrive/car/volkswagen/values.py +++ b/selfdrive/car/volkswagen/values.py @@ -660,6 +660,7 @@ FW_VERSIONS = { (Ecu.engine, 0x7e0, None): [ b'\xf1\x8703N906026E \xf1\x892114', b'\xf1\x8704E906023AH\xf1\x893379', + b'\xf1\x8704E906023BM\xf1\x894522', b'\xf1\x8704L906026DP\xf1\x891538', b'\xf1\x8704L906026ET\xf1\x891990', b'\xf1\x8704L906026FP\xf1\x892012', @@ -675,6 +676,7 @@ FW_VERSIONS = { b'\xf1\x870D9300014L \xf1\x895002', b'\xf1\x870D9300041A \xf1\x894801', b'\xf1\x870DD300045T \xf1\x891601', + b'\xf1\x870DD300046H \xf1\x891601', b'\xf1\x870DL300011H \xf1\x895201', b'\xf1\x870CW300042H \xf1\x891601', b'\xf1\x870CW300042H \xf1\x891607',