diff --git a/host/Host.cpp b/host/Host.cpp index 4777a208..46d70d51 100644 --- a/host/Host.cpp +++ b/host/Host.cpp @@ -615,6 +615,10 @@ int Host::run() nxdnDumpRcchData, nxdnDebug, nxdnVerbose); nxdn->setOptions(m_conf, m_cwCallsign, m_voiceChNo, m_siteId, m_channelId, m_channelNo, true); + if (nxdnCtrlChannel) { + nxdn->setCCRunning(true); + } + if (nxdnVerbose) { LogInfo(" Verbose: yes"); }