mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 02:52:04 +08:00
Ford: don't play stock alert chimes (#27923)
old-commit-hash: 6bed16441ceb7f278cfd89b79016ea4ea513db23
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user