mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-26 09:22:34 -04:00
Generate the correct Tx2 message for JT65 when one callsign is compound.
This commit is contained in:
parent
ece6ebae80
commit
6c3fa97185
@ -5371,6 +5371,8 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional)
|
|||||||
msgtype(t, ui->tx1);
|
msgtype(t, ui->tx1);
|
||||||
if (eme_short_codes) {
|
if (eme_short_codes) {
|
||||||
t=t+" OOO";
|
t=t+" OOO";
|
||||||
|
if(!bHisCall) t=hisCall + " " + m_baseCall + " OOO";
|
||||||
|
if(!bMyCall) t=hisBase + " " + my_callsign + " OOO";
|
||||||
msgtype(t, ui->tx2);
|
msgtype(t, ui->tx2);
|
||||||
msgtype("RO", ui->tx3);
|
msgtype("RO", ui->tx3);
|
||||||
msgtype("RRR", ui->tx4);
|
msgtype("RRR", ui->tx4);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user