mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 12:08:43 -04:00
In WSPR mode, output "--- Receiving on xxx m ---" only when no decodes and band-hopping is checked.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.6@6149 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
ca8f8a56dc
commit
d189839f17
@ -4021,7 +4021,7 @@ void MainWindow::p1ReadFromStdout() //p1readFromStdout
|
||||
m_bdecoded = m_nWSPRdecodes > 0;
|
||||
if(!m_diskData) {
|
||||
WSPR_history(m_dialFreqRxWSPR, m_nWSPRdecodes);
|
||||
if(m_nWSPRdecodes==0) {
|
||||
if(m_nWSPRdecodes==0 and ui->band_hopping_group_box->isChecked()) {
|
||||
t = " Receiving " + m_mode + " ----------------------- " +
|
||||
m_config.bands ()->find (m_dialFreqRxWSPR);
|
||||
t=WSPR_hhmm(-60) + ' ' + t.rightJustified (66, '-');
|
||||
|
Loading…
Reference in New Issue
Block a user