remove PSCM from PLATFORM_CODE_ECUS

ABS and IPMA are the best for uniquely matching, and the radar is always required
pull/31124/head
Cameron Clough 1 year ago
parent 7243262016
commit b7baeac19c
  1. 6
      selfdrive/car/ford/values.py

@ -214,8 +214,10 @@ def match_fw_to_car_fuzzy(live_fw_versions: LiveFwVersions, offline_fw_versions:
return candidates return candidates
# All of these ECUs must be present and are expected to have platform codes we can match # All of these ECUs must be present and are expected to have platform codes we can match.
PLATFORM_CODE_ECUS = (Ecu.abs, Ecu.fwdCamera, Ecu.fwdRadar, Ecu.eps) # ABS and IPMA are the best for uniquely matching, and the radar is always required to be compatible.
# We can remove the radar later if compatibility != fingerprinting.
PLATFORM_CODE_ECUS = (Ecu.abs, Ecu.fwdCamera, Ecu.fwdRadar)
DATA_IDENTIFIER_FORD_ASBUILT = 0xDE00 DATA_IDENTIFIER_FORD_ASBUILT = 0xDE00

Loading…
Cancel
Save