Indicate talk group selection timeout using a sound

This commit is contained in:
Tobias Blomberg 2019-08-16 21:48:34 +02:00
parent 2bf06eb549
commit 67ed89f910
1 changed files with 6 additions and 0 deletions

View File

@ -154,6 +154,12 @@ proc tg_default_activation {new_tg old_tg} {
#
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
}
}