mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-15 20:28:40 -04:00
For NA VHF contest with Sh checked, Tx3 should use long format with R+grid.
This commit is contained in:
+1
-1
@@ -4817,7 +4817,7 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional)
|
||||
t=t0 + "R" + rpt;
|
||||
msgtype(t, ui->tx3);
|
||||
}
|
||||
if(m_mode=="MSK144" and m_bShMsgs) {
|
||||
if(m_mode=="MSK144" and m_bShMsgs and m_nContest==NONE) {
|
||||
t=t0 + "R" + rpt;
|
||||
msgtype(t, ui->tx3);
|
||||
m_send_RR73=false;
|
||||
|
||||
Reference in New Issue
Block a user