mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 16:31:17 -05:00
JT65 Sh mode can send RRR, but not RR73.
This commit is contained in:
parent
b240e60d7d
commit
c2abf53a0e
@ -4845,7 +4845,7 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional)
|
|||||||
t=t+" OOO";
|
t=t+" OOO";
|
||||||
msgtype(t, ui->tx2);
|
msgtype(t, ui->tx2);
|
||||||
msgtype("RO", ui->tx3);
|
msgtype("RO", ui->tx3);
|
||||||
msgtype(m_send_RR73 ? "RR73" : "RRR", ui->tx4);
|
msgtype("RRR", ui->tx4);
|
||||||
msgtype("73", ui->tx5->lineEdit());
|
msgtype("73", ui->tx5->lineEdit());
|
||||||
} else {
|
} else {
|
||||||
int n=rpt.toInt();
|
int n=rpt.toInt();
|
||||||
|
Loading…
Reference in New Issue
Block a user