From eb507d5ea83e12f558fcc2fa825dcfa90a391b85 Mon Sep 17 00:00:00 2001 From: firestar5683 <168790843+firestar5683@users.noreply.github.com> Date: Sat, 5 Jul 2025 11:35:11 -0500 Subject: [PATCH] Update interface.py --- selfdrive/car/gm/interface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/selfdrive/car/gm/interface.py b/selfdrive/car/gm/interface.py index abc58e309..bf6a73697 100644 --- a/selfdrive/car/gm/interface.py +++ b/selfdrive/car/gm/interface.py @@ -291,6 +291,7 @@ class CarInterface(CarInterfaceBase): ret.minEnableSpeed = 24 * CV.MPH_TO_MS ret.openpilotLongitudinalControl = not frogpilot_toggles.disable_openpilot_long ret.pcmCruise = False + experimental_long = False if not ret.enableGasInterceptor and candidate in CC_ONLY_CAR: #redneck tuning ret.longitudinalTuning.kpBP = [10.7, 10.8, 28.] # 10.7 m/s == 24 mph