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:
parent
b4e7e6fcb0
commit
da5e072d73
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user