Skip to content

Commit

Permalink
Prep for upstream merge item #2
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeexsixare authored Sep 6, 2018
1 parent 1e7cfcd commit 5e7cceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/toyota/carcontroller.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def process_hud_alert(hud_alert, audible_alert):
sound1 = 1
elif audible_alert in ['beepSingle', 'chimeSingle', 'chimeDouble']:
# TODO: find a way to send single chimes
sound2 = 0 #Changed by P Lee to disable disengage chime
sound2 = 1

return steer, fcw, sound1, sound2

Expand Down

0 comments on commit 5e7cceb

Please sign in to comment.