Skip to content

Commit 9a046e2

Browse files
authored
HKG: Add FW for 2019 Veloster (commaai#23756)
* HKG: Add FW for 2019 Veloster * Add esp FW
1 parent b9f0991 commit 9a046e2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

selfdrive/car/hyundai/values.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -647,10 +647,14 @@ class Buttons:
647647
b'\xf1\x00JS__ SCC H-CUP 1.00 1.02 95650-J3200 ',
648648
b'\xf1\x00JS__ SCC HNCUP 1.00 1.02 95650-J3100 ',
649649
],
650-
(Ecu.esp, 0x7d1, None): [b'\xf1\x00\x00\x00\x00\x00\x00\x00', ],
650+
(Ecu.esp, 0x7d1, None): [
651+
b'\xf1\x00\x00\x00\x00\x00\x00\x00',
652+
b'\xf1\x816V8RAC00121.ELF\xf1\x00\x00\x00\x00\x00\x00\x00',
653+
],
651654
(Ecu.engine, 0x7e0, None): [
652655
b'\x01TJS-JNU06F200H0A',
653656
b'\x01TJS-JDK06F200H0A',
657+
b'391282BJF5 ',
654658
],
655659
(Ecu.eps, 0x7d4, None): [b'\xf1\x00JSL MDPS C 1.00 1.03 56340-J3000 8308', ],
656660
(Ecu.fwdCamera, 0x7c4, None): [

0 commit comments

Comments
 (0)