mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-04 12:33:54 +08:00
[bot] Fingerprints: add missing FW versions from new users (#32186)
Export fingerprints
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user