mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 20:28:42 -05:00
Fix two flaws in generating Sh messages in MSK144 mode.
This commit is contained in:
parent
53c0908533
commit
e4e34214f9
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user