Max report in MSK144 is now +24 dB.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6913 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-07-13 23:13:42 +00:00
parent b7d4b277aa
commit 4f0cfd6800

View File

@ -3314,7 +3314,7 @@ void MainWindow::processMessage(QString const& messages, int position, bool ctrl
}
if(m_mode=="MSK144" and m_bShMsgs) {
if(rpt.toInt()<-4) n=-4;
if(rpt.toInt()>10) n=10;
if(rpt.toInt()>24) n=24;
rpt=QString::number(n);
}
ui->rptSpinBox->setValue(n);