Include grid in Tx1 messages with <hisCall>, such as "<DF2018ARDF> K1JT FN20".

This commit is contained in:
Joe Taylor 2018-12-31 10:37:36 -05:00
parent 71f80087d6
commit 9d0473f1e8

View File

@ -4913,7 +4913,7 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional)
}
if(!bHisCall) {
t=t0a;
msgtype(t0a, ui->tx1);
msgtype(t0a + my_grid, ui->tx1);
}
if(SpecOp::NA_VHF==m_config.special_op_id()) sent=my_grid;
if(SpecOp::FIELD_DAY==m_config.special_op_id()) sent=m_config.Field_Day_Exchange();