CAN-FD HKG: add ADAS Driving ECU query (#26075)

add ADAS Driving ECU query
faw-hongqi-hs5
Shane Smiskol 3 years ago committed by GitHub
parent a02f42959c
commit ed87c0f95a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      selfdrive/car/hyundai/values.py

@ -299,6 +299,9 @@ FW_QUERY_CONFIG = FwQueryConfig(
[HYUNDAI_VERSION_RESPONSE], [HYUNDAI_VERSION_RESPONSE],
), ),
], ],
extra_ecus=[
(Ecu.adas, 0x730, None), # ADAS Driving ECU on HDA2 platforms
],
) )
FW_VERSIONS = { FW_VERSIONS = {

Loading…
Cancel
Save