mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-11 05:48:33 -04:00
Working toward inhibiting AP2 and higher when not in QSO (or reading from files).
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8281 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
cd06477f86
commit
9f1c070c65
@ -2520,7 +2520,7 @@ void MainWindow::decode() //decode()
|
||||
if( m_dateTimeLastTX.isValid () ) {
|
||||
QDateTime now = QDateTime::currentDateTime();
|
||||
qint64 isecs_since_tx = m_dateTimeLastTX.secsTo(now);
|
||||
qDebug("The last TX was %d seconds ago",isecs_since_tx);
|
||||
// QTextStream(stdout) << "The last TX was " << isecs_since_tx << "seconds ago" << endl;
|
||||
}
|
||||
m_msec0=QDateTime::currentMSecsSinceEpoch();
|
||||
if(!m_dataAvailable or m_TRperiod==0) return;
|
||||
|
Loading…
Reference in New Issue
Block a user