decrease the repetition rate of the off-the-rote prompt
This commit is contained in:
parent
0ebc9fab9e
commit
7883dea1d8
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ public class VoiceRouter {
|
|||
if(waitAnnouncedOffRoute == 0) {
|
||||
waitAnnouncedOffRoute = 30000;
|
||||
} else {
|
||||
waitAnnouncedOffRoute += 10000;
|
||||
waitAnnouncedOffRoute += 30000;
|
||||
}
|
||||
lastAnnouncedOffRoute = ms;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue