From b5f65a587dc6581dffe2c8f68476dc565128d373 Mon Sep 17 00:00:00 2001 From: Azenzic <81539777+Azenzic@users.noreply.github.com> Date: Sun, 24 Apr 2022 10:12:16 -0700 Subject: [PATCH] Hyundai: remove mismatched video (#24307) * Fingerprint for Kona EV 2021 update fingerprint to show support for Kona EV 2021 also the Kona EV 2021 uses the G harness ( the same as the 2019) 616f048bf31258b7|2022-04-23--20-38-39 616f048bf31258b7|2022-04-23--20-38-39--4 remove improper youtube link that show a Hyundai Elantra driving listed next to a Kona hybrid * Update values.py * Update values.py fixed an open parentheses that could cause some issues added SCC+LFA requirement note on Kona EV * Update CARS.md add Kona EV 2021 to supported cars * regenerate * remove that Co-authored-by: Adeeb Shihadeh --- selfdrive/car/hyundai/values.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/hyundai/values.py b/selfdrive/car/hyundai/values.py index a0a6992f86..1a20ab6d6b 100644 --- a/selfdrive/car/hyundai/values.py +++ b/selfdrive/car/hyundai/values.py @@ -94,7 +94,7 @@ CAR_INFO: Dict[str, Union[HyundaiCarInfo, List[HyundaiCarInfo]]] = { CAR.IONIQ_PHEV: HyundaiCarInfo("Hyundai Ioniq Plug-in Hybrid 2020-21"), CAR.KONA: HyundaiCarInfo("Hyundai Kona 2020"), CAR.KONA_EV: HyundaiCarInfo("Hyundai Kona Electric 2018-21"), - CAR.KONA_HEV: HyundaiCarInfo("Hyundai Kona Hybrid 2020", video_link="https://youtu.be/_EdYQtV52-c"), + CAR.KONA_HEV: HyundaiCarInfo("Hyundai Kona Hybrid 2020"), CAR.SANTA_FE: HyundaiCarInfo("Hyundai Santa Fe 2019-20", "All"), CAR.SANTA_FE_2022: HyundaiCarInfo("Hyundai Santa Fe 2021-22", "All"), CAR.SANTA_FE_HEV_2022: HyundaiCarInfo("Hyundai Santa Fe Hybrid 2022", "All"),