Skip to content

Commit 2305991

Browse files
sshanespektor56
authored andcommitted
Add Hyundai P harness (commaai#24872)
* Update docs_definitions.py * Update values.py
1 parent 29bd447 commit 2305991

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

selfdrive/car/docs_definitions.py

+1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ class Harness(Enum):
144144
hyundai_m = "Hyundai M"
145145
hyundai_n = "Hyundai N"
146146
hyundai_o = "Hyundai O"
147+
hyundai_p = "Hyundai P"
147148
custom = "Developer"
148149
obd_ii = "OBD-II"
149150
nissan_a = "Nissan A"

selfdrive/car/hyundai/values.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class HyundaiCarInfo(CarInfo):
146146
],
147147
CAR.KIA_STINGER: HyundaiCarInfo("Kia Stinger 2018", video_link="https://www.youtube.com/watch?v=MJ94qoofYw0", harness=Harness.hyundai_c),
148148
CAR.KIA_CEED: HyundaiCarInfo("Kia Ceed 2019", harness=Harness.hyundai_e),
149-
CAR.KIA_EV6: HyundaiCarInfo("Kia EV6 2022", "All", harness=Harness.none),
149+
CAR.KIA_EV6: HyundaiCarInfo("Kia EV6 2022", "All", harness=Harness.hyundai_p),
150150

151151
# Genesis
152152
CAR.GENESIS_G70: HyundaiCarInfo("Genesis G70 2018", "All", harness=Harness.hyundai_f),

0 commit comments

Comments
 (0)