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

Query bus 0 for Nidec data collection
pull/27014/head
Shane Smiskol 2 years ago committed by GitHub
parent e2e780e7c6
commit 1e9ac45221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      selfdrive/car/honda/values.py

@ -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,
),
],
)

Loading…
Cancel
Save