mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-30 04:32:27 -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 )) {
|
||||
icw[0]=m_ncw;
|
||||
g_iptt = 1;
|
||||
setXIT (ui->TxFreqSpinBox->value ()); // ensure correct offset
|
||||
Q_EMIT m_config.transceiver_ptt (true);
|
||||
ptt1Timer->start(200); //Sequencer delay
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user