mirror of
https://github.com/g4klx/DMRGateway
synced 2025-12-21 13:35:40 +08:00
Re-enable voice prompt on reflector module change.
This commit is contained in:
@@ -482,7 +482,7 @@ int CDMRGateway::run()
|
|||||||
timer[slotNo]->setTimeout(rfTimeout);
|
timer[slotNo]->setTimeout(rfTimeout);
|
||||||
timer[slotNo]->start();
|
timer[slotNo]->start();
|
||||||
|
|
||||||
if (voice == NULL) {
|
if (voice != NULL) {
|
||||||
unsigned char type = data.getDataType();
|
unsigned char type = data.getDataType();
|
||||||
if (type == DT_TERMINATOR_WITH_LC) {
|
if (type == DT_TERMINATOR_WITH_LC) {
|
||||||
if (changed) {
|
if (changed) {
|
||||||
|
|||||||
Reference in New Issue
Block a user