Honda Nidec: gather available ECUs from camera (#27071)

Query bus 0 for Nidec data collection
old-commit-hash: 1e9ac45221104923708a08a9198d35099a1df23d
This commit is contained in:
Shane Smiskol
2023-01-24 18:37:00 -08:00
committed by GitHub
parent 6b64d20006
commit 700c143146
+7
View File
@@ -155,6 +155,13 @@ FW_QUERY_CONFIG = FwQueryConfig(
Request(
[StdQueries.UDS_VERSION_REQUEST],
[StdQueries.UDS_VERSION_RESPONSE],
bus=1,
),
# Query Nidec PT bus from camera for data collection
Request(
[StdQueries.UDS_VERSION_REQUEST],
[StdQueries.UDS_VERSION_RESPONSE],
bus=0,
),
],
)