diff --git a/selfdrive/car/hyundai/carcontroller.py b/selfdrive/car/hyundai/carcontroller.py index 6504cf6..23937f9 100755 --- a/selfdrive/car/hyundai/carcontroller.py +++ b/selfdrive/car/hyundai/carcontroller.py @@ -126,7 +126,8 @@ class CarController(CarControllerBase): # params_memory = Params("/dev/shm/params") # lkas_icon = params_memory.get_bool("CPTLkasButtonAction") or CS.lkas_enabled # lkas_icon = CS.experimentalMode - can_sends.append(hyundaicanfd.create_lfahda_cluster(self.packer, self.CAN, CS.experimentalMode, False)) + can_sends.append(hyundaicanfd.create_lfahda_cluster(self.packer, self.CAN, False, False)) + # can_sends.append(hyundaicanfd.create_lfahda_cluster(self.packer, self.CAN, CS.experimentalMode, False)) # blinkers if hda2 and self.CP.flags & HyundaiFlags.ENABLE_BLINKERS: