Chrysler: remove Pacifica 2018 ICE from tuning blacklist (#27272)

remove Pacifica 2018 ICE from blacklist
old-commit-hash: b2d9a24d99407b3eb3a63b68404f60496c007c02
This commit is contained in:
Shane Smiskol
2023-02-09 11:43:34 -08:00
committed by GitHub
parent cff6df8b8c
commit 418c1318bb
+1 -2
View File
@@ -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):