There's an inconsistency in double-clicking Tx4 selector.I assume txb4 should
be same as txrb4 for the FT4 RR73 settings.
void MainWindow::on_txrb4_doubleClicked (){ // RR73 only allowed if not a type
2 compound callsign 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; genStdMsgs
(m_rpt);}
void MainWindow::on_txb4_doubleClicked(){ // RR73 only allowed if not a type 2
compound callsign 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") m_send_RR73=true;
genStdMsgs (m_rpt);}
de Mike W9MDB
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel