Skip to content

Commit

Permalink
add VW camera to VIN addrs
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Apr 8, 2024
1 parent 5352d6c commit 39fa1c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/car/fw_query_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
OfflineFwVersions = dict[str, dict[EcuAddrSubAddr, list[bytes]]]

# A global list of addresses we will only ever consider for VIN responses
# engine, hybrid controller, Ford abs, Hyundai CAN FD cluster, 29-bit engine, PGM-FI
# engine, hybrid controller, VW camera, Ford abs, Hyundai CAN FD cluster, 29-bit engine, PGM-FI
# TODO: move these to each brand's FW query config
STANDARD_VIN_ADDRS = [0x7e0, 0x7e2, 0x760, 0x7c6, 0x18da10f1, 0x18da0ef1]
STANDARD_VIN_ADDRS = [0x7e0, 0x7e2, 0x74f, 0x760, 0x7c6, 0x18da10f1, 0x18da0ef1]


def p16(val):
Expand Down

0 comments on commit 39fa1c9

Please sign in to comment.