pull/31308/head
Shane Smiskol 1 year ago
parent d42ba3ec45
commit eef45b147f
  1. 2
      selfdrive/car/fw_query_definitions.py

@ -14,7 +14,7 @@ EcuAddrSubAddr = Tuple[int, int, Optional[int]]
LiveFwVersions = Dict[AddrType, Set[bytes]] LiveFwVersions = Dict[AddrType, Set[bytes]]
OfflineFwVersions = Dict[str, Dict[EcuAddrSubAddr, List[bytes]]] OfflineFwVersions = Dict[str, Dict[EcuAddrSubAddr, List[bytes]]]
STANDARD_VIN_ADDRS = [0x7e0, 0x7e2, 0x760, 0x18da10f1, 0x18da0ef1] # engine, hybrid controller, Ford abs, 29-bit engine, PGM-FI STANDARD_VIN_ADDRS = [0x24b, 0x7e0, 0x7e2, 0x760, 0x18da10f1, 0x18da0ef1] # Bolt camera, engine, hybrid controller, Ford abs, 29-bit engine, PGM-FI
def p16(val): def p16(val):

Loading…
Cancel
Save