mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-04 02:18:37 -04:00
Message with RR73 is not permissible in MSK144 with Sh enabled.
This commit is contained in:
parent
dff9e3c2b2
commit
56f91cfcbb
@ -4902,9 +4902,12 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional)
|
||||
t=t0 + "R" + rpt;
|
||||
msgtype(t, ui->tx3);
|
||||
}
|
||||
if(m_mode=="MSK144" and m_bShMsgs and SpecOp::NONE==m_config.special_op_id()) {
|
||||
t=t0 + "R" + rpt;
|
||||
msgtype(t, ui->tx3);
|
||||
|
||||
if(m_mode=="MSK144" and m_bShMsgs) {
|
||||
if(m_config.special_op_id()==SpecOp::NONE) {
|
||||
t=t0 + "R" + rpt;
|
||||
msgtype(t, ui->tx3);
|
||||
}
|
||||
m_send_RR73=false;
|
||||
}
|
||||
|
||||
@ -5758,6 +5761,7 @@ void MainWindow::on_actionJT65_triggered()
|
||||
ui->cbAutoSeq->setVisible(false);
|
||||
}
|
||||
statusChanged();
|
||||
qDebug() << "aa" << m_mode << m_modeTx;
|
||||
}
|
||||
|
||||
void MainWindow::on_actionQRA64_triggered()
|
||||
|
Loading…
Reference in New Issue
Block a user