JT65 Sh mode can send RRR, but not RR73.

This commit is contained in:
Joe Taylor 2018-11-12 12:56:20 -05:00
parent b240e60d7d
commit c2abf53a0e
1 changed files with 1 additions and 1 deletions

View File

@ -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();