Restore the FM lockout parameter.

This commit is contained in:
Jonathan Naylor 2021-05-25 20:33:28 +01:00
parent 0448a315e9
commit 5727acceb8

View file

@ -1486,7 +1486,7 @@ bool CMMDVMHost::createModem()
m_modem->setM17Params(m17TXHang);
m_modem->setAX25Params(rxTwist, ax25TXDelay, ax25SlotTime, ax25PPersist);
if (m_fmEnabled && m_modem->hasFM()) {
if (m_fmEnabled) {
std::string callsign = m_conf.getFMCallsign();
unsigned int callsignSpeed = m_conf.getFMCallsignSpeed();
unsigned int callsignFrequency = m_conf.getFMCallsignFrequency();