Re-enable voice prompt on reflector module change.

This commit is contained in:
Jonathan Naylor
2017-09-27 09:18:48 +01:00
parent 2159abb418
commit 233cb78ad1

View File

@@ -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) {