mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-25 07:52:03 +08:00
Ford: add ABS address to get VIN without OBD port (#31308)
* consider ford abs * cmts * fix * who * Revert "who" This reverts commit eef45b147fab715a9f35b9712e8b9d7ebb1b2fdf. * this doesn't work correctly * add cmt * fix * Revert "fix" This reverts commit 60dfe09c426e74293711df9e2f3b2f75cf3a1da9.
This commit is contained in:
@@ -14,7 +14,8 @@ EcuAddrSubAddr = Tuple[int, int, Optional[int]]
|
||||
LiveFwVersions = Dict[AddrType, Set[bytes]]
|
||||
OfflineFwVersions = Dict[str, Dict[EcuAddrSubAddr, List[bytes]]]
|
||||
|
||||
STANDARD_VIN_ADDRS = [0x7e0, 0x7e2, 0x18da10f1, 0x18da0ef1] # engine, VMCU, 29-bit engine, PGM-FI
|
||||
# A global list of addresses we will only ever consider for VIN responses
|
||||
STANDARD_VIN_ADDRS = [0x7e0, 0x7e2, 0x760, 0x18da10f1, 0x18da0ef1] # engine, hybrid controller, Ford abs, 29-bit engine, PGM-FI
|
||||
|
||||
|
||||
def p16(val):
|
||||
|
||||
Reference in New Issue
Block a user