This commit is contained in:
Your Name
2024-05-12 22:27:11 -05:00
parent f3d7cc5aa4
commit 250f866f9c
2 changed files with 4 additions and 4 deletions

View File

@@ -199,9 +199,9 @@ class CarController(CarControllerBase):
# cruise cancel
if CC.cruiseControl.cancel:
if self.CP.flags & HyundaiFlags.CANFD_ALT_BUTTONS:
pass
# can_sends.append(hyundaicanfd.create_acc_cancel(self.packer, self.CP, self.CAN, CS.cruise_info))
# self.last_button_frame = self.frame
# pass
can_sends.append(hyundaicanfd.create_acc_cancel(self.packer, self.CP, self.CAN, CS.cruise_info))
self.last_button_frame = self.frame
# CS.lkas_trigger_result = 1
else:
for _ in range(20):