mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 21:42:05 +08:00
Chrysler FPv2: rename Ecu.hcp to Ecu.hybrid (#28629)
rename hcp to hybrid old-commit-hash: d42231b51ab80143289241729b1ae03c046075a9
This commit is contained in:
+1
-1
Submodule cereal updated: 67af14c30d...1de4176d3e
@@ -167,7 +167,7 @@ FW_QUERY_CONFIG = FwQueryConfig(
|
||||
Request(
|
||||
[CHRYSLER_VERSION_REQUEST],
|
||||
[CHRYSLER_VERSION_RESPONSE],
|
||||
whitelist_ecus=[Ecu.abs, Ecu.hcp, Ecu.engine, Ecu.transmission],
|
||||
whitelist_ecus=[Ecu.abs, Ecu.hybrid, Ecu.engine, Ecu.transmission],
|
||||
bus=0,
|
||||
),
|
||||
Request(
|
||||
@@ -178,8 +178,8 @@ FW_QUERY_CONFIG = FwQueryConfig(
|
||||
),
|
||||
],
|
||||
extra_ecus=[
|
||||
(Ecu.hcp, 0x7e2, None), # manages transmission on hybrids
|
||||
(Ecu.abs, 0x7e4, None), # alt address for abs on hybrids
|
||||
(Ecu.hybrid, 0x7e2, None), # manages transmission on hybrids
|
||||
(Ecu.abs, 0x7e4, None), # alt address for abs on hybrids
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user