mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 12:52:28 -04:00
FT4 should always use RR73 in Tx4.
This commit is contained in:
parent
7cc81d800f
commit
90458df65c
@ -4304,7 +4304,7 @@ void MainWindow::on_txrb4_doubleClicked ()
|
|||||||
auto const& my_callsign = m_config.my_callsign ();
|
auto const& my_callsign = m_config.my_callsign ();
|
||||||
auto is_compound = my_callsign != m_baseCall;
|
auto is_compound = my_callsign != m_baseCall;
|
||||||
m_send_RR73 = !((is_compound && !shortList (my_callsign)) || m_send_RR73);
|
m_send_RR73 = !((is_compound && !shortList (my_callsign)) || m_send_RR73);
|
||||||
if(m_mode=="FT4" and (m_config.special_op_id()==SpecOp::RTTY)) m_send_RR73=true;
|
if(m_mode=="FT4") m_send_RR73=true;
|
||||||
genStdMsgs (m_rpt);
|
genStdMsgs (m_rpt);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user