From 233cb78ad13db8518ae94c1e898ab26b68b2f681 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Wed, 27 Sep 2017 09:18:48 +0100 Subject: [PATCH] Re-enable voice prompt on reflector module change. --- DMRGateway.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DMRGateway.cpp b/DMRGateway.cpp index 84ca190..b505e92 100644 --- a/DMRGateway.cpp +++ b/DMRGateway.cpp @@ -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) {