mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 13:48:42 -05:00
Display "NIL NOW ", etc., only for test cases.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8133 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
57bea92f75
commit
0254b0ccd7
@ -2711,7 +2711,7 @@ void MainWindow::readFromStdout() //readFromStdout
|
|||||||
if(navg>1 or t.indexOf("f*")>0) bAvgMsg=true;
|
if(navg>1 or t.indexOf("f*")>0) bAvgMsg=true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(m_mode=="FT8") {
|
if(m_mode=="FT8" and m_bDXped) {
|
||||||
int i3bit=t.mid(44,1).toInt();
|
int i3bit=t.mid(44,1).toInt();
|
||||||
t=t.mid(0,44) + " " + t.mid(45);
|
t=t.mid(0,44) + " " + t.mid(45);
|
||||||
if(i3bit==1) t=t.mid(0,24) + "RR73 NOW " + t.mid(24);
|
if(i3bit==1) t=t.mid(0,24) + "RR73 NOW " + t.mid(24);
|
||||||
|
Loading…
Reference in New Issue
Block a user