mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Renamed DMR protocol files.
This commit is contained in:
parent
656be113f5
commit
5185a0c245
29 changed files with 498 additions and 528 deletions
|
|
@ -446,7 +446,7 @@ bool CMMDVMHost::createDMRNetwork()
|
|||
LogInfo(" Address: %s", address.c_str());
|
||||
LogInfo(" Port: %u", port);
|
||||
|
||||
m_dmrNetwork = new CHomebrewDMRIPSC(address, port, id, password, VERSION, "MMDVM", debug);
|
||||
m_dmrNetwork = new CDMRIPSC(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