1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-03-31 16:38:35 -04:00

Hounds in SuperFox mode are allowed to transmit below 1000 Hz.

This commit is contained in:
Joe Taylor 2024-05-29 10:02:25 -04:00
parent b4e7e6fcb0
commit da5e072d73

View File

@ -4729,7 +4729,7 @@ void MainWindow::guiUpdate()
}
}
}
else if (SpecOp::HOUND == m_specOp) {
else if (SpecOp::HOUND == m_specOp and !m_config.superFox()) {
if(m_auto && !m_tune) {
if (ui->TxFreqSpinBox->value() < 999 && m_ntx != 3) {
// Hound randomized range: 1000-3000 Hz