Fixed a bug that FM modem is not setup properly under simplex mode. This also suggests no one maybe ever tried the simplex mode with a FM reflector. Yes I did a FM reflector for that test ;)

This commit is contained in:
Shawn Chain
2022-09-16 22:55:28 +08:00
parent fe195c4e40
commit 5eee7c1854

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();