[bot] Fingerprints: add missing FW versions from new users (#32186)

Export fingerprints
pull/32187/head
Shane Smiskol 1 year ago committed by GitHub
parent 7dd5dbcf7c
commit 08097bdf0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      selfdrive/car/chrysler/fingerprints.py
  2. 1
      selfdrive/car/tesla/fingerprints.py

@ -436,6 +436,7 @@ FW_VERSIONS = {
b'68615034AA',
],
(Ecu.abs, 0x747, None): [
b'68292406AG',
b'68292406AH',
b'68432418AB',
b'68432418AD',
@ -518,6 +519,7 @@ FW_VERSIONS = {
b'68378701AI ',
b'68378702AI ',
b'68378710AL ',
b'68378742AI ',
b'68378748AL ',
b'68378758AM ',
b'68448163AJ',
@ -566,6 +568,7 @@ FW_VERSIONS = {
b'68360081AM',
b'68360085AJ',
b'68360085AL',
b'68360086AH',
b'68384328AD',
b'68384332AD',
b'68445531AC',

@ -1,4 +1,3 @@
# ruff: noqa: E501
from cereal import car
from openpilot.selfdrive.car.tesla.values import CAR

Loading…
Cancel
Save