Skip to content

Commit

Permalink
[bot] Fingerprints: add missing FW versions from new users (#1357)
Browse files Browse the repository at this point in the history
Export fingerprints
  • Loading branch information
sshane authored Oct 7, 2024
1 parent 8869420 commit 89b0f05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions opendbc/car/hyundai/fingerprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,11 @@
(Ecu.fwdRadar, 0x7d0, None): [
b'\xf1\x00TL__ FCA F-CUP 1.00 1.01 99110-D3500 ',
b'\xf1\x00TL__ FCA F-CUP 1.00 1.02 99110-D3510 ',
b'\xf1\x00TL__ FCA FHCUP 1.00 1.02 99110-D3500 ',
],
(Ecu.fwdCamera, 0x7c4, None): [
b'\xf1\x00TL MFC AT KOR LHD 1.00 1.02 95895-D3800 180719',
b'\xf1\x00TL MFC AT KOR LHD 1.00 1.06 95895-D3800 190107',
b'\xf1\x00TL MFC AT USA LHD 1.00 1.06 95895-D3800 190107',
],
},
Expand Down Expand Up @@ -516,6 +518,7 @@
(Ecu.fwdCamera, 0x7c4, None): [
b'\xf1\x00HI LKAS AT USA LHD 1.00 1.00 95895-D2020 160302',
b'\xf1\x00HI LKAS AT USA LHD 1.00 1.00 95895-D2030 170208',
b'\xf1\x00HI LKAS AT USA LHD 1.00 1.01 95895-D2030 170811',
b'\xf1\x00HI MFC AT USA LHD 1.00 1.03 99211-D2000 190831',
],
},
Expand Down

0 comments on commit 89b0f05

Please sign in to comment.