Chrysler FPv2: rename Ecu.hcp to Ecu.hybrid (#28629)

rename hcp to hybrid
old-commit-hash: d42231b51ab80143289241729b1ae03c046075a9
This commit is contained in:
Shane Smiskol
2023-06-22 01:27:15 -07:00
committed by GitHub
parent 17a3653e4b
commit 703550e855
2 changed files with 4 additions and 4 deletions
+1 -1
Submodule cereal updated: 67af14c30d...1de4176d3e
+3 -3
View File
@@ -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
],
)