VW: switch to common pcmCruise check (#34389)

Update car_specific.py
This commit is contained in:
Shane Smiskol
2025-01-14 19:54:28 -08:00
committed by GitHub
parent 3d38b139bc
commit b3fc407538
+1 -1
View File
@@ -122,7 +122,7 @@ class CarSpecificEvents:
elif self.CP.carName == 'volkswagen':
events = self.create_common_events(CS, CS_prev, extra_gears=[GearShifter.eco, GearShifter.sport, GearShifter.manumatic],
pcm_enable=not self.CP.openpilotLongitudinalControl,
pcm_enable=self.CP.pcmCruise,
enable_buttons=(ButtonType.setCruise, ButtonType.resumeCruise))
# Low speed steer alert hysteresis logic