Qualify regeneration of GFSK message regeneration to only when Txing

This commit is contained in:
Bill Somerville
2019-09-07 21:23:39 +01:00
parent 900933e3fd
commit a3efe8117c
+1 -1
View File
@@ -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 ()