Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
NitramLegov committed May 31, 2018
1 parent 1af1452 commit 5695c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaultConfigBTSpeaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

def bt_speaker_defaults():
# config['bt_speaker']['play_command'] = 'aplay -Ddmix:CARD=IQaudIODAC,DEV=0 -f cd -'
config['bt_speaker']['play_command'] = 'aplay -Ddefault -f -N cd -'
config['bt_speaker']['play_command'] = 'aplay -D default -N -f cd -'
config['bt_speaker']['connect_command'] = '/etc/bt_speaker/hooks/custom_connect.sh'
config['bt_speaker']['disconnect_command'] = '/etc/bt_speaker/hooks/custom_disconnect.sh'

Expand Down

0 comments on commit 5695c7f

Please sign in to comment.