mirror of
https://github.com/g4klx/DMRGateway
synced 2025-12-21 21:45:39 +08:00
Change the voice prompts a little.
This commit is contained in:
@@ -140,7 +140,9 @@ void CVoice::linkedTo(unsigned int number, unsigned int room)
|
||||
words.push_back(std::string(1U, letters[0U]));
|
||||
words.push_back(std::string(1U, letters[1U]));
|
||||
words.push_back(std::string(1U, letters[2U]));
|
||||
words.push_back(std::string(1U, 'A' + room - 1U));
|
||||
|
||||
if (room >= 1U && room <= 26U)
|
||||
words.push_back(std::string(1U, 'A' + room - 1U));
|
||||
|
||||
createVoice(words);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user