fix.. decelCruise
This commit is contained in:
parent
9cde9574cd
commit
9837da3936
@ -503,8 +503,6 @@ class VCruiseCarrot:
|
|||||||
v_cruise_kph = button_kph
|
v_cruise_kph = button_kph
|
||||||
self._v_cruise_kph_at_brake = 0
|
self._v_cruise_kph_at_brake = 0
|
||||||
elif button_type == ButtonType.decelCruise:
|
elif button_type == ButtonType.decelCruise:
|
||||||
if cruise_activated:
|
|
||||||
v_cruise_kph = self.v_ego_kph_set
|
|
||||||
self._pause_auto_speed_up = True
|
self._pause_auto_speed_up = True
|
||||||
v_cruise_kph = button_kph
|
v_cruise_kph = button_kph
|
||||||
self._v_cruise_kph_at_brake = 0
|
self._v_cruise_kph_at_brake = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user