mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Fox mode: Display any reply from the Hound in the Rx Frequency window.
This commit is contained in:
parent
8436eac2e2
commit
a36a99997b
@ -3957,7 +3957,7 @@ void MainWindow::readFromStdout() //readFromStdout
|
||||
|
||||
}
|
||||
if(SpecOp::FOX==m_specOp and decodedtext.string().contains(" DE ")) for_us=true; //Hound with compound callsign
|
||||
if(SpecOp::FOX==m_specOp and for_us and (audioFreq<1000)) bDisplayRight=true;
|
||||
if(SpecOp::FOX==m_specOp and for_us) bDisplayRight=true;
|
||||
if(SpecOp::FOX!=m_specOp and (for_us or (abs(audioFreq - m_wideGraph->rxFreq()) <= 10))) bDisplayRight=true;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user