From a3efe8117cc9a67982090e2afa2ef96d121e8f36 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sat, 7 Sep 2019 21:23:39 +0100 Subject: [PATCH] Qualify regeneration of GFSK message regeneration to only when Txing --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 3a9a3d8e3..4c72c931f 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -6793,7 +6793,7 @@ void MainWindow::setFreq4(int rxFreq, int txFreq) { // we need to regenerate the current transmit waveform for // GFSK modulated modes - m_restart = true; + if (m_transmitting) m_restart = true; } } else if (m_config.enable_VHF_features ()