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

add ADAS Driving ECU query
old-commit-hash: ed87c0f95a
taco
Shane Smiskol 3 years ago committed by GitHub
parent c52ba337b8
commit cfe9e9c17b
  1. 3
      selfdrive/car/hyundai/values.py

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

Loading…
Cancel
Save