mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -04:00
For Q65, don't display decodes within 10 Hz of fQSO in the right window, but still display all messages for us.
This commit is contained in:
parent
88852bebe6
commit
ce2e94de26
@ -4154,7 +4154,7 @@ void MainWindow::readFromStdout() //readFromStdout
|
|||||||
if((abs(audioFreq - m_wideGraph->rxFreq()) <= 10) and
|
if((abs(audioFreq - m_wideGraph->rxFreq()) <= 10) and
|
||||||
!m_config.enable_VHF_features()) bDisplayRight=true;
|
!m_config.enable_VHF_features()) bDisplayRight=true;
|
||||||
}
|
}
|
||||||
if(m_mode=="Q65" and !bAvgMsg) bDisplayRight=false;
|
if(m_mode=="Q65" and !bAvgMsg and !decodedtext.string().contains(m_baseCall)) bDisplayRight=false;
|
||||||
|
|
||||||
if (bDisplayRight) {
|
if (bDisplayRight) {
|
||||||
// This msg is within 10 hertz of our tuned frequency, or a JT4 or JT65 avg,
|
// This msg is within 10 hertz of our tuned frequency, or a JT4 or JT65 avg,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user