From e4e34214f946fd7cf69d5d98fab9ca648e670f9a Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 13 Sep 2018 11:02:00 -0400 Subject: [PATCH] Fix two flaws in generating Sh messages in MSK144 mode. --- mainwindow.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 632d7ef12..bf5c3bbcb 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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") {