Explicitly allow the Fox to transmit after the Tx frequency has been set at least 3 kHz from the main FT8 sub-bands.

This commit is contained in:
Uwe Risse 2024-09-20 14:50:03 +02:00
parent 4f9d0da8c6
commit 8e0df8c0ea

View File

@ -4916,6 +4916,7 @@ void MainWindow::guiUpdate()
MessageBox::warning_message (this, tr ("Fox Mode warning"), message);
});
break;
if(qAbs(kHzdiff) > 2999) m_bTxTime=true; // allow Tx again
}
}
}