Chrysler: add missing hybrid ecus (#25606)

* add missing hybrid ecus

* rename to hcp

rename to hcp
old-commit-hash: c7bae57924e81856128d44f124a8e52e5aea2764
This commit is contained in:
Shane Smiskol
2022-08-30 23:33:35 -07:00
committed by GitHub
parent 6d188f95a4
commit 386163d09f
3 changed files with 7 additions and 2 deletions
+1 -1
Submodule cereal updated: aaf67ac782...d05d3cbd0e
+5
View File
@@ -130,6 +130,11 @@ FINGERPRINTS = {
}
FW_VERSIONS = {
CAR.PACIFICA_2019_HYBRID: {
(Ecu.hcp, 0x7e2, None): [],
(Ecu.esp, 0x7e4, None): [],
},
CAR.RAM_1500: {
(Ecu.combinationMeter, 0x742, None): [
b'68294063AH',
+1 -1
View File
@@ -220,7 +220,7 @@ REQUESTS: List[Request] = [
"chrysler",
[CHRYSLER_VERSION_REQUEST],
[CHRYSLER_VERSION_RESPONSE],
whitelist_ecus=[Ecu.engine, Ecu.transmission],
whitelist_ecus=[Ecu.esp, Ecu.hcp, Ecu.engine, Ecu.transmission],
),
Request(
"chrysler",