not applicable any more

pull/28386/head
Shane Smiskol 2 years ago
parent eeb46513c8
commit 00325e485d
  1. 2
      selfdrive/car/fw_query_definitions.py

@ -80,7 +80,7 @@ class FwQueryConfig:
fuzzy_min_match_count: int = 2
# A function to get uniquely identifiable codes for a version
fuzzy_get_platform_codes: Optional[Callable[[List[bytes]], Set[bytes]]] = None
# List of ECUs to consider for fuzzy fingerprinting, and an option to require them to exist
# List of ECUs to consider for fuzzy fingerprinting
fuzzy_ecus: List[capnp.lib.capnp._EnumModule] = field(default_factory=set)
def __post_init__(self):

Loading…
Cancel
Save