remove hyundai for now

pull/27656/head
Shane Smiskol 2 years ago
parent 611601491a
commit 97ebe956de
  1. 1
      selfdrive/car/fw_versions.py
  2. 1
      selfdrive/car/hyundai/values.py

@ -148,6 +148,7 @@ def match_fw_to_car(fw_versions, allow_exact=True, allow_fuzzy=True):
def get_present_ecus(logcan, sendcan, num_pandas=1) -> Set[Tuple[int, Optional[int], int]]:
# TODO: batch requests by multiplexed OBD
queries = list()
parallel_queries = list()
responses = set()

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

Loading…
Cancel
Save