Merge pull request #751 from shawnchain/fix_fm_mode_setup_bug

This commit is contained in:
Jonathan Naylor
2022-09-16 16:04:47 +01:00
committed by GitHub

View File

@@ -387,7 +387,7 @@ bool CModem::open()
return false;
}
if (m_fmEnabled && m_duplex) {
if (m_fmEnabled) {
ret = setFMCallsignParams();
if (!ret) {
m_port->close();