mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 12:52:28 -04:00
Don't send decodes from disk data to PSKreporter.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7141 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
672a4e88b5
commit
eeac94e361
@ -1312,8 +1312,7 @@ void MainWindow::fastSink(qint64 frames)
|
|||||||
}
|
}
|
||||||
bool stdMsg = decodedtext.report(m_baseCall,
|
bool stdMsg = decodedtext.report(m_baseCall,
|
||||||
Radio::base_callsign(ui->dxCallEntry->text()),m_rptRcvd);
|
Radio::base_callsign(ui->dxCallEntry->text()),m_rptRcvd);
|
||||||
// if(m_config.spot_to_psk_reporter() and stdMsg and !m_diskData) pskPost(decodedtext);
|
if(m_config.spot_to_psk_reporter() and stdMsg and !m_diskData) pskPost(decodedtext);
|
||||||
if(m_config.spot_to_psk_reporter() and stdMsg) pskPost(decodedtext);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
float fracTR=float(k)/(12000.0*m_TRperiod);
|
float fracTR=float(k)/(12000.0*m_TRperiod);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user