Tx waveform regeneration for GFSK modes Tx audio offset change

This commit is contained in:
Bill Somerville 2019-08-15 15:20:45 +01:00
parent cefadfeaa3
commit 137bc1ccab
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 6 additions and 0 deletions

View File

@ -6789,6 +6789,12 @@ void MainWindow::setFreq4(int rxFreq, int txFreq)
} else {
if (ui->TxFreqSpinBox->isEnabled ()) {
ui->TxFreqSpinBox->setValue(txFreq);
if ("FT8" == m_mode || "FT4" == m_mode)
{
// we need to regenerate the current transmit waveform for
// GFSK modulated modes
m_restart = true;
}
}
else if (m_config.enable_VHF_features ()
&& (Qt::ControlModifier & QApplication::keyboardModifiers ())) {