Better talk group timeout sound

This commit is contained in:
Tobias Blomberg 2019-08-17 07:26:25 +02:00
parent 67ed89f910
commit 38c8d30688
1 changed files with 3 additions and 2 deletions

View File

@ -156,9 +156,10 @@ proc tg_selection_timeout {new_tg old_tg} {
#puts "### tg_selection_timeout"
if {$old_tg != 0} {
playSilence 100
playTone 440 200 50
playTone 659 200 50
playTone 880 200 50
playTone 659 200 50
playTone 440 200 50
playSilence 100
}
}