mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-06 19:38:35 -04:00
On change of TxFreq during an FST4 transmission, regenerate the Tx waveform and restart.
This commit is contained in:
parent
11805d7323
commit
b99aafa336
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user