|
|
@ -655,7 +655,7 @@ class Controls: |
|
|
|
if self.CP.openpilotLongitudinalControl: |
|
|
|
if self.CP.openpilotLongitudinalControl: |
|
|
|
if any(not be.pressed and be.type == ButtonType.gapAdjustCruise for be in CS.buttonEvents): |
|
|
|
if any(not be.pressed and be.type == ButtonType.gapAdjustCruise for be in CS.buttonEvents): |
|
|
|
self.personality = (self.personality - 1) % 3 |
|
|
|
self.personality = (self.personality - 1) % 3 |
|
|
|
self.params.put('LongitudinalPersonality', str(self.personality)) |
|
|
|
self.params.put_nonblocking('LongitudinalPersonality', str(self.personality)) |
|
|
|
|
|
|
|
|
|
|
|
return CC, lac_log |
|
|
|
return CC, lac_log |
|
|
|
|
|
|
|
|
|
|
|