Generate the correct Tx2 message for JT65 when one callsign is compound.

This commit is contained in:
Joe Taylor 2021-10-18 11:44:03 -04:00
parent ece6ebae80
commit 6c3fa97185
1 changed files with 2 additions and 0 deletions

View File

@ -5371,6 +5371,8 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional)
msgtype(t, ui->tx1);
if (eme_short_codes) {
t=t+" OOO";
if(!bHisCall) t=hisCall + " " + m_baseCall + " OOO";
if(!bMyCall) t=hisBase + " " + my_callsign + " OOO";
msgtype(t, ui->tx2);
msgtype("RO", ui->tx3);
msgtype("RRR", ui->tx4);