Fix two flaws in generating Sh messages in MSK144 mode.

This commit is contained in:
Joe Taylor 2018-09-13 11:02:00 -04:00
parent 53c0908533
commit e4e34214f9
1 changed files with 5 additions and 0 deletions

View File

@ -4752,6 +4752,11 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional)
t=t0 + "R" + rpt;
msgtype(t, ui->tx3);
}
if(m_mode=="MSK144" and m_bShMsgs) {
t=t0 + "R" + rpt;
msgtype(t, ui->tx3);
m_send_RR73=false;
}
t=t0 + (m_send_RR73 ? "RR73" : "RRR");
if(m_mode=="MSK144" or m_mode=="FT8") {