From fd0f4a66e3cebabba59d078d9619f880daca9171 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Wed, 9 Mar 2016 15:34:51 +0000 Subject: [PATCH] More changes to the DVMega name on DMR. --- DMRIPSC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DMRIPSC.cpp b/DMRIPSC.cpp index 2eda3c8..ec57ee9 100644 --- a/DMRIPSC.cpp +++ b/DMRIPSC.cpp @@ -437,7 +437,7 @@ bool CDMRIPSC::writeConfig() else if (!m_slot1 && m_slot2) slots = '2'; } else { - software = "MMDVM DVMega"; + software = "MMDVM_DVMega"; slots = '4'; }