From 51b5d472fbc2ef5a9e05786f717368f83da49bec Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Sun, 26 May 2024 10:41:19 -0500 Subject: [PATCH] [bot] Fingerprints: add missing FW versions from new users (#32542) Export fingerprints old-commit-hash: 93963207f22e5724fb334ca495591ecc51529a82 --- selfdrive/car/chrysler/fingerprints.py | 2 ++ selfdrive/car/honda/fingerprints.py | 1 + 2 files changed, 3 insertions(+) diff --git a/selfdrive/car/chrysler/fingerprints.py b/selfdrive/car/chrysler/fingerprints.py index d71ec5d306..eb9602bcc4 100644 --- a/selfdrive/car/chrysler/fingerprints.py +++ b/selfdrive/car/chrysler/fingerprints.py @@ -493,6 +493,7 @@ FW_VERSIONS = { b'68440789AC', b'68466110AA', b'68466110AB', + b'68466113AA', b'68469901AA', b'68469907AA', b'68522583AA', @@ -605,6 +606,7 @@ FW_VERSIONS = { b'68520870AC', b'68540431AB', b'68540433AB', + b'68551676AA', b'68629935AB', b'68629936AC', ], diff --git a/selfdrive/car/honda/fingerprints.py b/selfdrive/car/honda/fingerprints.py index 26433a8b90..4395688883 100644 --- a/selfdrive/car/honda/fingerprints.py +++ b/selfdrive/car/honda/fingerprints.py @@ -770,6 +770,7 @@ FW_VERSIONS = { b'37805-RLV-4070\x00\x00', b'37805-RLV-5140\x00\x00', b'37805-RLV-5230\x00\x00', + b'37805-RLV-5250\x00\x00', b'37805-RLV-A630\x00\x00', b'37805-RLV-A830\x00\x00', b'37805-RLV-A840\x00\x00',