mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 20:42:09 +08:00
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:
+1
-1
Submodule cereal updated: aaf67ac782...d05d3cbd0e
@@ -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',
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user