mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-12-24 11:40:31 -05:00
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:
parent
b7d4b277aa
commit
4f0cfd6800
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user