Chrysler: add Pacifica 2023 FW versions (#30934)

* Add Pacifica 2023 fingerprint

* add FW

* remove can

---------

Co-authored-by: Shane Smiskol <shane@smiskol.com>
pull/31143/head
Kenny K 1 year ago committed by GitHub
parent 88dcaa51c4
commit 1b82e77ed9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 23
      selfdrive/car/chrysler/fingerprints.py

@ -62,6 +62,29 @@ FINGERPRINTS = {
}
FW_VERSIONS = {
CAR.PACIFICA_2019_HYBRID: {
(Ecu.combinationMeter, 0x742, None): [
b'68594993AB',
],
(Ecu.srs, 0x744, None): [
b'68526663AB',
],
(Ecu.abs, 0x747, None): [
b'68593395AA',
],
(Ecu.fwdRadar, 0x753, None): [
b'68598670AB',
],
(Ecu.eps, 0x75a, None): [
b'68594340AB',
],
(Ecu.engine, 0x7e0, None): [
b'68700306AB ',
],
(Ecu.transmission, 0x7e1, None): [
b'68586231AD',
],
},
CAR.JEEP_GRAND_CHEROKEE_2019: {
(Ecu.combinationMeter, 0x742, None): [
b'68402971AD',

Loading…
Cancel
Save