Skip to content

Commit 1562b88

Browse files
authored
Move format_fingerprints.py to opendbc (#35532)
* mv * format fingerprints * fixx * no cereal * bump
1 parent 3d987cb commit 1562b88

File tree

3 files changed

+2
-83
lines changed

3 files changed

+2
-83
lines changed

selfdrive/debug/format_fingerprints.py

Lines changed: 0 additions & 81 deletions
This file was deleted.

tools/car_porting/auto_fingerprint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import argparse
44
from collections import defaultdict
5-
from openpilot.selfdrive.debug.format_fingerprints import format_brand_fw_versions
5+
from opendbc.car.debug.format_fingerprints import format_brand_fw_versions
66

77
from opendbc.car.fingerprints import MIGRATION
88
from opendbc.car.fw_versions import MODEL_TO_BRAND, match_fw_to_car

0 commit comments

Comments
 (0)