From b99aafa336a750120fb8b899326b25d1b51f758e Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 29 Sep 2020 13:00:57 -0400 Subject: [PATCH] On change of TxFreq during an FST4 transmission, regenerate the Tx waveform and restart. --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 7262f2e12..f7c5476eb 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -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