Hyundai CAN FD: query hvac with alt request (#27891)

Update values.py
old-commit-hash: 210dd942f0
beeps
Shane Smiskol 2 years ago committed by GitHub
parent 920df8f725
commit 6af062c979
  1. 4
      selfdrive/car/hyundai/values.py

@ -385,14 +385,14 @@ FW_QUERY_CONFIG = FwQueryConfig(
Request(
[HYUNDAI_VERSION_REQUEST_ALT],
[HYUNDAI_VERSION_RESPONSE],
whitelist_ecus=[Ecu.parkingAdas],
whitelist_ecus=[Ecu.parkingAdas, Ecu.hvac],
bus=0,
auxiliary=True,
),
Request(
[HYUNDAI_VERSION_REQUEST_ALT],
[HYUNDAI_VERSION_RESPONSE],
whitelist_ecus=[Ecu.parkingAdas],
whitelist_ecus=[Ecu.parkingAdas, Ecu.hvac],
bus=1,
auxiliary=True,
obd_multiplexing=False,

Loading…
Cancel
Save