From bed89042988acf09af758d9ebe49e3fc7cdaa7e7 Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Wed, 16 Nov 2022 22:05:01 +0100 Subject: [PATCH] Ensure that also late a7 decodes from the previous band are suppressed. --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 17acca44c..4ed7f7615 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -7484,7 +7484,7 @@ void MainWindow::band_changed (Frequency f) { // Don't allow a7 decodes during the first period because they can be leftovers from the previous band no_a7_decodes = true; - QTimer::singleShot ((int(1000.0*m_TRperiod)), [=] {no_a7_decodes = false;}); + QTimer::singleShot ((int(1500.0*m_TRperiod)), [=] {no_a7_decodes = false;}); // Set the attenuation value if options are checked if (m_config.pwrBandTxMemory() && !m_tune) {