mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 04:42:28 -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;
|
t=t0 + "R" + rpt;
|
||||||
msgtype(t, ui->tx3);
|
msgtype(t, ui->tx3);
|
||||||
}
|
}
|
||||||
if(m_mode=="MSK144" and m_bShMsgs and SpecOp::NONE==m_config.special_op_id()) {
|
|
||||||
t=t0 + "R" + rpt;
|
if(m_mode=="MSK144" and m_bShMsgs) {
|
||||||
msgtype(t, ui->tx3);
|
if(m_config.special_op_id()==SpecOp::NONE) {
|
||||||
|
t=t0 + "R" + rpt;
|
||||||
|
msgtype(t, ui->tx3);
|
||||||
|
}
|
||||||
m_send_RR73=false;
|
m_send_RR73=false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5758,6 +5761,7 @@ void MainWindow::on_actionJT65_triggered()
|
|||||||
ui->cbAutoSeq->setVisible(false);
|
ui->cbAutoSeq->setVisible(false);
|
||||||
}
|
}
|
||||||
statusChanged();
|
statusChanged();
|
||||||
|
qDebug() << "aa" << m_mode << m_modeTx;
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::on_actionQRA64_triggered()
|
void MainWindow::on_actionQRA64_triggered()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user