mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-04 14:17:52 -04:00
Include grid in Tx1 messages with <hisCall>, such as "<DF2018ARDF> K1JT FN20".
This commit is contained in:
parent
71f80087d6
commit
9d0473f1e8
@ -4913,7 +4913,7 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional)
|
|||||||
}
|
}
|
||||||
if(!bHisCall) {
|
if(!bHisCall) {
|
||||||
t=t0a;
|
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::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();
|
if(SpecOp::FIELD_DAY==m_config.special_op_id()) sent=m_config.Field_Day_Exchange();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user