Ford: don't play stock alert chimes (#27923)

pull/27928/head
Cameron Clough 2 years ago committed by GitHub
parent 3e960b0b32
commit 6bed16441c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      selfdrive/car/ford/fordcan.py

@ -158,8 +158,7 @@ def create_lkas_ui_msg(packer, main_on: bool, enabled: bool, steer_alert: bool,
else:
lines = 30 # LA_Off
# TODO: use level 1 for no sound when less severe?
hands_on_wheel_dsply = 2 if steer_alert else 0
hands_on_wheel_dsply = 1 if steer_alert else 0
values = {
**stock_values,

Loading…
Cancel
Save