Tweak to DVMega name on DMR.

This commit is contained in:
Jonathan Naylor 2016-03-08 17:41:35 +00:00
parent 8dceabfc4a
commit 62df296a72
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ bool CDMRIPSC::writeConfig()
else if (!m_slot1 && m_slot2) else if (!m_slot1 && m_slot2)
slots = '2'; slots = '2';
} else { } else {
software = "MMDVM-DVMega"; software = "MMDVM DVMega";
slots = '4'; slots = '4';
} }