mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -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";
|
||||
msgtype(t, ui->tx2);
|
||||
msgtype("RO", ui->tx3);
|
||||
msgtype(m_send_RR73 ? "RR73" : "RRR", ui->tx4);
|
||||
msgtype("RRR", ui->tx4);
|
||||
msgtype("73", ui->tx5->lineEdit());
|
||||
} else {
|
||||
int n=rpt.toInt();
|
||||
|
Loading…
Reference in New Issue
Block a user