mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-11 10:18:50 -04:00
Clean up the formation and display of JT4 average and DS decodes.
This commit is contained in:
@@ -3136,7 +3136,7 @@ void MainWindow::readFromStdout() //readFromStdout
|
||||
navg=line_read.mid(nd+2,1).toInt();
|
||||
if(line_read.mid(nd+2,1)=="*") navg=10;
|
||||
}
|
||||
if(m_mode=="JT65") {
|
||||
if(m_mode=="JT65" or m_mode=="JT4") {
|
||||
int na=-1;
|
||||
if(nf<0 and nd<0) na=line_read.indexOf("a");
|
||||
if(na>0) {
|
||||
|
||||
Reference in New Issue
Block a user