mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-08 17:02:26 -04:00
Ensure that also late a7 decodes from the previous band are suppressed.
This commit is contained in:
parent
bb756db817
commit
bed8904298
@ -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
|
// Don't allow a7 decodes during the first period because they can be leftovers from the previous band
|
||||||
no_a7_decodes = true;
|
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
|
// Set the attenuation value if options are checked
|
||||||
if (m_config.pwrBandTxMemory() && !m_tune) {
|
if (m_config.pwrBandTxMemory() && !m_tune) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user