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
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 1 additions and 1 deletions

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 ()