Skip to content

Commit 634922b

Browse files
authored
[bot] Fingerprints: add missing FW versions from new users (#2914)
Export fingerprints
1 parent 6171d1a commit 634922b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

opendbc/car/hyundai/fingerprints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@
154154
b'\xf1\x00AEhe SCC FHCUP 1.00 1.02 99110-G2100 ',
155155
],
156156
(Ecu.eps, 0x7d4, None): [
157-
b'\xf1\x00AE MDPS C 1.00 1.01 56310/G2510 4APHC101',
158157
b'\xf1\x00AE MDPS C 1.00 1.01 56310-XX000 4APHC101',
158+
b'\xf1\x00AE MDPS C 1.00 1.01 56310/G2510 4APHC101',
159159
b'\xf1\x00AE MDPS C 1.00 1.01 56310G2510\x00 4APHC101',
160160
],
161161
(Ecu.fwdCamera, 0x7c4, None): [

opendbc/car/toyota/fingerprints.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,7 @@
660660
b'\x0230E40000\x00\x00\x00\x00\x00\x00\x00\x00A4802000\x00\x00\x00\x00\x00\x00\x00\x00',
661661
b'\x0230E40100\x00\x00\x00\x00\x00\x00\x00\x00A4802000\x00\x00\x00\x00\x00\x00\x00\x00',
662662
b'\x0230E51000\x00\x00\x00\x00\x00\x00\x00\x0050E17000\x00\x00\x00\x00\x00\x00\x00\x00',
663+
b'\x0230E82000\x00\x00\x00\x00\x00\x00\x00\x0050E17000\x00\x00\x00\x00\x00\x00\x00\x00',
663664
b'\x0230EA2000\x00\x00\x00\x00\x00\x00\x00\x00A4802000\x00\x00\x00\x00\x00\x00\x00\x00',
664665
b'\x0230EA2100\x00\x00\x00\x00\x00\x00\x00\x00A4802000\x00\x00\x00\x00\x00\x00\x00\x00',
665666
],

0 commit comments

Comments
 (0)