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

Export fingerprints
This commit is contained in:
Shane Smiskol
2024-04-12 16:02:27 -07:00
committed by GitHub
parent 7dd5dbcf7c
commit 08097bdf0c
2 changed files with 3 additions and 1 deletions

View File

@@ -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',

View File

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