On change of TxFreq during an FST4 transmission, regenerate the Tx waveform and restart.

This commit is contained in:
Joe Taylor 2020-09-29 13:00:57 -04:00
parent 11805d7323
commit b99aafa336
1 changed files with 1 additions and 1 deletions

View File

@ -7042,7 +7042,7 @@ void MainWindow::setFreq4(int rxFreq, int txFreq)
} else {
if (ui->TxFreqSpinBox->isEnabled ()) {
ui->TxFreqSpinBox->setValue(txFreq);
if ("FT8" == m_mode || "FT4" == m_mode)
if ("FT8" == m_mode || "FT4" == m_mode || m_mode=="FST4")
{
// we need to regenerate the current transmit waveform for
// GFSK modulated modes