For NA VHF contest with Sh checked, Tx3 should use long format with R+grid.

This commit is contained in:
Joe Taylor 2018-10-16 10:52:06 -04:00
parent 9c2ecdd4b8
commit 398555a20f

View File

@ -4817,7 +4817,7 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional)
t=t0 + "R" + rpt; t=t0 + "R" + rpt;
msgtype(t, ui->tx3); 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; t=t0 + "R" + rpt;
msgtype(t, ui->tx3); msgtype(t, ui->tx3);
m_send_RR73=false; m_send_RR73=false;