mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-01 05:32:31 -04:00
Ensure split Tx frequency agrees with UI before transmitting
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4778 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
9fae7720c5
commit
1ee6d41570
@ -1491,6 +1491,7 @@ void MainWindow::guiUpdate()
|
|||||||
if(g_iptt==0 and ((bTxTime and fTR<0.4) or m_tune )) {
|
if(g_iptt==0 and ((bTxTime and fTR<0.4) or m_tune )) {
|
||||||
icw[0]=m_ncw;
|
icw[0]=m_ncw;
|
||||||
g_iptt = 1;
|
g_iptt = 1;
|
||||||
|
setXIT (ui->TxFreqSpinBox->value ()); // ensure correct offset
|
||||||
Q_EMIT m_config.transceiver_ptt (true);
|
Q_EMIT m_config.transceiver_ptt (true);
|
||||||
ptt1Timer->start(200); //Sequencer delay
|
ptt1Timer->start(200); //Sequencer delay
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user