Fix "Unknown \(MMDVM\)" to appear as "MMDVM_HSHat \(MMDVM\)" with ZumSZUMspot\/MMDVM_HS

This commit is contained in:
CT2JAY
2017-11-16 19:39:20 +00:00
parent 30aa40313b
commit ee6b54fda2
3 changed files with 6 additions and 0 deletions

View File

@@ -543,6 +543,9 @@ bool CDMRNetwork::writeConfig()
case HWT_DVMEGA:
software = "MMDVM_DVMega";
break;
case HWT_MMDVM_HSHAT:
software = "MMDVM_HSHat";
break;
default:
software = "MMDVM_Unknown";
break;