FT4: Fix generation of Tx5 when one callsign is nonstandard.

This commit is contained in:
Steve Franke 2019-05-04 09:33:53 -05:00
parent 0795651f0f
commit 0d1b438b91
1 changed files with 2 additions and 2 deletions

View File

@ -5065,7 +5065,7 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional)
msgtype(t, ui->tx4);
t=t0 + "73";
if((m_mode=="MSK144" and !m_bShMsgs) or m_mode=="FT8") {
if((m_mode=="MSK144" and !m_bShMsgs) or m_mode=="FT8" or m_mode=="FT4") {
if(!bHisCall and bMyCall) t=hisCall + " <" + my_callsign + "> 73";
if(bHisCall and !bMyCall) t="<" + hisCall + "> " + my_callsign + " 73";
}
@ -5081,7 +5081,7 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional)
}
}
if(m_mode=="FT8" or m_mode=="MSK144") return;
if(m_mode=="FT8" or m_mode=="FT4" or m_mode=="MSK144") return;
if (is_compound) {
if (is_type_one) {