mirror of https://github.com/g4klx/MMDVMHost
Tweak to DVMega name on DMR.
This commit is contained in:
parent
8dceabfc4a
commit
62df296a72
|
|
@ -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';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue