From b2d9a24d99407b3eb3a63b68404f60496c007c02 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 9 Feb 2023 11:43:34 -0800 Subject: [PATCH] Chrysler: remove Pacifica 2018 ICE from tuning blacklist (#27272) remove Pacifica 2018 ICE from blacklist --- selfdrive/car/chrysler/values.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/selfdrive/car/chrysler/values.py b/selfdrive/car/chrysler/values.py index e932238e6a..49f8a080cb 100644 --- a/selfdrive/car/chrysler/values.py +++ b/selfdrive/car/chrysler/values.py @@ -62,8 +62,7 @@ RAM_CARS = RAM_DT | RAM_HD # the increased steer rate hasn't been verified on these cars. # remove from this list once it's been tested and confirmed to not fault -CHRYSLER_OLD_TUNING_BLACKLIST = {CAR.PACIFICA_2017_HYBRID, CAR.PACIFICA_2018, CAR.PACIFICA_2018_HYBRID, - CAR.PACIFICA_2020, CAR.JEEP_CHEROKEE} +CHRYSLER_OLD_TUNING_BLACKLIST = {CAR.PACIFICA_2017_HYBRID, CAR.PACIFICA_2018_HYBRID, CAR.PACIFICA_2020, CAR.JEEP_CHEROKEE} @dataclass class ChryslerCarInfo(CarInfo):