From 1c1b63bdb3039378dea54022acdade1eb8ca0add Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Mon, 20 May 2024 11:48:51 -0500 Subject: [PATCH] [bot] Fingerprints: add missing FW versions from new users (#32486) Export fingerprints old-commit-hash: 833316835aedaf259e6d6333a1be57cc31dce360 --- selfdrive/car/chrysler/fingerprints.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/selfdrive/car/chrysler/fingerprints.py b/selfdrive/car/chrysler/fingerprints.py index 95565ebf9d..a5b81650e3 100644 --- a/selfdrive/car/chrysler/fingerprints.py +++ b/selfdrive/car/chrysler/fingerprints.py @@ -68,6 +68,7 @@ FW_VERSIONS = { (Ecu.engine, 0x7e0, None): [ b'68267018AO ', b'68267020AJ ', + b'68303534AG ', b'68303534AJ ', b'68340762AD ', b'68340764AD ', @@ -106,6 +107,7 @@ FW_VERSIONS = { b'68405565AB', b'68405565AC', b'68444299AC', + b'68480707AC', b'68480708AC', b'68526663AB', ], @@ -147,6 +149,7 @@ FW_VERSIONS = { b'68443120AE ', b'68443123AC ', b'68443125AC ', + b'68496647AI ', b'68496647AJ ', b'68496650AH ', b'68496650AI ',