Re-introduce Q65 timer calls. Extend red sync baseline to minimum +/- 100 Hz.

This commit is contained in:
Joe Taylor
2021-01-01 10:47:22 -05:00
parent 8a4b5b6a40
commit 6b351165f2
4 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -7508,7 +7508,7 @@ void MainWindow::on_sbFtol_valueChanged(int value)
void::MainWindow::VHF_features_enabled(bool b)
{
if(m_mode!="JT4" and m_mode!="JT65" and m_mode!="Q65") b=false;
if(b and (ui->actionInclude_averaging->isChecked() or
if(b and m_mode!="Q65" and (ui->actionInclude_averaging->isChecked() or
ui->actionInclude_correlation->isChecked())) {
ui->actionDeepestDecode->setChecked (true);
}