add to hyundai's bus 5 query

pull/27656/head
Shane Smiskol 2 years ago
parent 0e539389e5
commit 611601491a
  1. 2
      selfdrive/car/fw_query_definitions.py
  2. 1
      selfdrive/car/hyundai/values.py

@ -59,7 +59,7 @@ class Request:
bus: int = 1 bus: int = 1
# FW responses from these queries will not be used for fingerprinting # FW responses from these queries will not be used for fingerprinting
logging: bool = False logging: bool = False
# These requests are done once OBD multiplexing is disabled, after all others # boardd toggles OBD multiplexing on/off as needed for these requests
non_obd: bool = False non_obd: bool = False

@ -367,6 +367,7 @@ FW_QUERY_CONFIG = FwQueryConfig(
[HYUNDAI_VERSION_RESPONSE], [HYUNDAI_VERSION_RESPONSE],
whitelist_ecus=[Ecu.fwdCamera, Ecu.adas, Ecu.cornerRadar], whitelist_ecus=[Ecu.fwdCamera, Ecu.adas, Ecu.cornerRadar],
bus=5, bus=5,
non_obd=True,
), ),
], ],
extra_ecus=[ extra_ecus=[

Loading…
Cancel
Save