Subaru: move non-obd requests out of logging (#31174)

enable
old-commit-hash: aff3d5ae091eba2b2ef09f004c6a2b70ee33db06
This commit is contained in:
Justin Newberry
2024-01-27 09:07:14 -08:00
committed by GitHub
parent abfa8fcda9
commit c8d5ce1517
-2
View File
@@ -162,14 +162,12 @@ FW_QUERY_CONFIG = FwQueryConfig(
[StdQueries.TESTER_PRESENT_RESPONSE, SUBARU_VERSION_RESPONSE],
whitelist_ecus=[Ecu.abs, Ecu.eps, Ecu.fwdCamera, Ecu.engine, Ecu.transmission],
bus=0,
logging=True,
),
Request(
[StdQueries.TESTER_PRESENT_REQUEST, SUBARU_VERSION_REQUEST],
[StdQueries.TESTER_PRESENT_RESPONSE, SUBARU_VERSION_RESPONSE],
whitelist_ecus=[Ecu.abs, Ecu.eps, Ecu.fwdCamera, Ecu.engine, Ecu.transmission],
bus=1,
logging=True,
obd_multiplexing=False,
),
],