pull/26939/head
Shane Smiskol 2 years ago
parent 38c5c55af0
commit 17f927e3ba
  1. 3
      selfdrive/car/fw_versions.py

@ -86,8 +86,7 @@ def match_fw_to_car_fuzzy(fw_versions_dict, config, log=True, exclude=None):
for addr, versions in fw_versions_dict.items():
ecu_key = (addr[0], addr[1])
for version in versions:
# If brand does not implement the platform code functions, try to match with
# full FW versions.
# Fall back to matching with full FW versions if brand does not implement platform codes
candidates = set()
if config.fuzzy_get_platform_codes is None:
# All cars that have this FW response on the specified address

Loading…
Cancel
Save