From d7519e5dcc769019cadfb378e0b795017da8a16d Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Sat, 18 May 2024 16:03:50 -0500 Subject: [PATCH] [bot] Fingerprints: add missing FW versions from new users (#32468) Export fingerprints old-commit-hash: 1a4e022d70610acbd74602f80d76876d94a4fdaa --- selfdrive/car/chrysler/fingerprints.py | 1 + selfdrive/car/hyundai/fingerprints.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/selfdrive/car/chrysler/fingerprints.py b/selfdrive/car/chrysler/fingerprints.py index 0dafbbaa6f..95565ebf9d 100644 --- a/selfdrive/car/chrysler/fingerprints.py +++ b/selfdrive/car/chrysler/fingerprints.py @@ -425,6 +425,7 @@ FW_VERSIONS = { b'68631938AA', b'68631939AA', b'68631940AA', + b'68631940AB', b'68631942AA', b'68631943AB', ], diff --git a/selfdrive/car/hyundai/fingerprints.py b/selfdrive/car/hyundai/fingerprints.py index b6318eb8fa..e0680ba829 100644 --- a/selfdrive/car/hyundai/fingerprints.py +++ b/selfdrive/car/hyundai/fingerprints.py @@ -1002,8 +1002,8 @@ FW_VERSIONS = { }, CAR.HYUNDAI_TUCSON_4TH_GEN: { (Ecu.fwdCamera, 0x7c4, None): [ - b'\xf1\x00NX4 FR_CMR AT CAN LHD 1.00 1.01 99211-N9100 14A', b'\xf1\x00NX4 FR_CMR AT CAN LHD 1.00 1.00 99211-N9260 14Y', + b'\xf1\x00NX4 FR_CMR AT CAN LHD 1.00 1.01 99211-N9100 14A', b'\xf1\x00NX4 FR_CMR AT EUR LHD 1.00 1.00 99211-N9220 14K', b'\xf1\x00NX4 FR_CMR AT EUR LHD 1.00 2.02 99211-N9000 14E', b'\xf1\x00NX4 FR_CMR AT USA LHD 1.00 1.00 99211-N9210 14G',