From fd0b9cd9301da9962d933e69939f34d0ffef343d Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Mon, 29 Jan 2024 11:38:06 -0600 Subject: [PATCH] Fingerprints: add missing FW versions from users for Toyota, Honda, Chrysler [bot] (#31210) --- 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 ae1449422e..6461ceec4d 100644 --- a/selfdrive/car/chrysler/fingerprints.py +++ b/selfdrive/car/chrysler/fingerprints.py @@ -390,6 +390,7 @@ FW_VERSIONS = { b'68527346AE', b'68527361AD', b'68527375AD', + b'68527381AE', b'68527382AE', b'68527383AD', b'68527387AE', @@ -467,6 +468,7 @@ FW_VERSIONS = { b'05036026AB ', b'05036065AE ', b'05036066AE ', + b'05149368AA ', b'05149591AD ', b'05149591AE ', b'05149592AE ', @@ -533,6 +535,7 @@ FW_VERSIONS = { b'68502994AD', b'68520867AE', b'68520867AF', + b'68520870AC', b'68540431AB', b'68540433AB', b'68629936AC',