mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Change the network late entry and be less aggressive at filling silence.
This commit is contained in:
parent
435ad79e47
commit
73375fb41e
5 changed files with 108 additions and 169 deletions
|
|
@ -422,7 +422,7 @@ bool CMMDVMHost::createDMRNetwork()
|
|||
LogInfo(" Address: %s", address.c_str());
|
||||
LogInfo(" Port: %u", port);
|
||||
|
||||
m_dmrNetwork = new CHomebrewDMRIPSC(address, port, id, password, VERSION, "MMDVMHost", debug);
|
||||
m_dmrNetwork = new CHomebrewDMRIPSC(address, port, id, password, VERSION, "MMDVM", debug);
|
||||
|
||||
std::string callsign = m_conf.getCallsign();
|
||||
unsigned int rxFrequency = m_conf.getRxFrequency();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue