Skip to content

Commit 39fa1c9

Browse files
committed
add VW camera to VIN addrs
1 parent 5352d6c commit 39fa1c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

selfdrive/car/fw_query_definitions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
OfflineFwVersions = dict[str, dict[EcuAddrSubAddr, list[bytes]]]
1616

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

2222

2323
def p16(val):

0 commit comments

Comments
 (0)