mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-12 22:38:36 -04:00
FT4 should always use RR73 in Tx4.
This commit is contained in:
parent
fe33bcdd6c
commit
a39470cb6f
@ -4304,7 +4304,7 @@ void MainWindow::on_txrb4_doubleClicked ()
|
||||
auto const& my_callsign = m_config.my_callsign ();
|
||||
auto is_compound = my_callsign != m_baseCall;
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user