HKG FPv2: whitelist queried Ecus (#26115)

* whitelist all ecus

* remove engine and fwdCamera from queries they never return to
old-commit-hash: 6c65e9bf98
taco
Shane Smiskol 3 years ago committed by GitHub
parent d3dbd91280
commit ecb645c874
  1. 2
      selfdrive/car/hyundai/values.py

@ -293,10 +293,12 @@ FW_QUERY_CONFIG = FwQueryConfig(
Request(
[HYUNDAI_VERSION_REQUEST_LONG],
[HYUNDAI_VERSION_RESPONSE],
whitelist_ecus=[Ecu.transmission, Ecu.eps, Ecu.abs, Ecu.fwdRadar, Ecu.fwdCamera],
),
Request(
[HYUNDAI_VERSION_REQUEST_MULTI],
[HYUNDAI_VERSION_RESPONSE],
whitelist_ecus=[Ecu.engine, Ecu.transmission, Ecu.eps, Ecu.abs, Ecu.fwdRadar],
),
],
extra_ecus=[

Loading…
Cancel
Save