mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 06:25:24 +00:00
Remove the System Fusion parrot.
This commit is contained in:
parent
f8790d91a8
commit
1d5ed691c4
14 changed files with 62 additions and 236 deletions
|
|
@ -304,14 +304,12 @@ int CMMDVMHost::run()
|
|||
CYSFControl* ysf = NULL;
|
||||
if (m_ysfEnabled) {
|
||||
unsigned int timeout = m_conf.getTimeout();
|
||||
bool parrot = m_conf.getFusionParrotEnabled();
|
||||
|
||||
LogInfo("System Fusion Parameters");
|
||||
LogInfo(" Callsign: %s", m_callsign.c_str());
|
||||
LogInfo(" Timeout: %us", timeout);
|
||||
LogInfo(" Parrot: %s", parrot ? "enabled" : "disabled");
|
||||
|
||||
ysf = new CYSFControl(m_callsign, m_display, timeout, m_duplex, parrot);
|
||||
ysf = new CYSFControl(m_callsign, m_display, timeout, m_duplex);
|
||||
}
|
||||
|
||||
m_modeTimer.setTimeout(m_conf.getModeHang());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue