mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
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:
parent
fe195c4e40
commit
5eee7c1854
1 changed files with 1 additions and 1 deletions
|
|
@ -387,7 +387,7 @@ bool CModem::open()
|
|||
return false;
|
||||
}
|
||||
|
||||
if (m_fmEnabled && m_duplex) {
|
||||
if (m_fmEnabled) {
|
||||
ret = setFMCallsignParams();
|
||||
if (!ret) {
|
||||
m_port->close();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue