|
|
@ -243,7 +243,7 @@ def below_steer_speed_alert(CP: car.CarParams, CS: car.CarState, sm: messaging.S |
|
|
|
f"Steer Unavailable Below {get_display_speed(CP.minSteerSpeed, metric)}", |
|
|
|
f"Steer Unavailable Below {get_display_speed(CP.minSteerSpeed, metric)}", |
|
|
|
"", |
|
|
|
"", |
|
|
|
AlertStatus.userPrompt, AlertSize.small, |
|
|
|
AlertStatus.userPrompt, AlertSize.small, |
|
|
|
Priority.LOW, VisualAlert.steerRequired, AudibleAlert.prompt, 0.4) |
|
|
|
Priority.LOW, VisualAlert.none, AudibleAlert.prompt, 0.4) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def calibration_incomplete_alert(CP: car.CarParams, CS: car.CarState, sm: messaging.SubMaster, metric: bool, soft_disable_time: int, personality) -> Alert: |
|
|
|
def calibration_incomplete_alert(CP: car.CarParams, CS: car.CarState, sm: messaging.SubMaster, metric: bool, soft_disable_time: int, personality) -> Alert: |
|
|
|