Skip to content

Commit 989d072

Browse files
kalub92pd0wm
andauthored
HKG: Kia Sorento FPv2 (commaai#23815)
* Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Co-authored-by: Willem Melching <[email protected]>
1 parent 35fe260 commit 989d072

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

selfdrive/car/hyundai/values.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,23 @@ class Buttons:
10061006
b'\xf1\x87391162J013',
10071007
],
10081008
},
1009+
CAR.KIA_SORENTO: {
1010+
(Ecu.fwdCamera, 0x7c4, None): [
1011+
b'\xf1\x00UMP LKAS AT USA LHD 1.01 1.01 95740-C6550 d01'
1012+
],
1013+
(Ecu.esp, 0x7d1, None): [
1014+
b'\xf1\x00UM ESC \x0c 12 \x18\x05\x06 58910-C6330'
1015+
],
1016+
(Ecu.fwdRadar, 0x7D0, None): [
1017+
b'\xf1\x00UM__ SCC F-CUP 1.00 1.00 96400-C6500 '
1018+
],
1019+
(Ecu.transmission, 0x7e1, None): [
1020+
b'\xf1\x87LDKUAA0348164HE3\x87www\x87www\x88\x88\xa8\x88w\x88\x97xw\x88\x97x\x86o\xf8\xff\x87f\x7f\xff\x15\xe0\xf1\x81U811\x00\x00\x00\x00\x00\x00\xf1\x00bcsh8p54 U811\x00\x00\x00\x00\x00\x00TUM4G33NL3V|DG'
1021+
],
1022+
(Ecu.engine, 0x7e0, None): [
1023+
b'\xf1\x81640F0051\x00\x00\x00\x00\x00\x00\x00\x00'
1024+
],
1025+
},
10091026
}
10101027

10111028
CHECKSUM = {

0 commit comments

Comments
 (0)