mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-02-05 15:04:22 +01:00
Re-enable voice prompt on reflector module change.
This commit is contained in:
parent
2159abb418
commit
233cb78ad1
|
|
@ -482,7 +482,7 @@ int CDMRGateway::run()
|
|||
timer[slotNo]->setTimeout(rfTimeout);
|
||||
timer[slotNo]->start();
|
||||
|
||||
if (voice == NULL) {
|
||||
if (voice != NULL) {
|
||||
unsigned char type = data.getDataType();
|
||||
if (type == DT_TERMINATOR_WITH_LC) {
|
||||
if (changed) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue