Revert "Revert commit f5291f2 for WSPR mode only."

This reverts commit f98ec44e98.
This commit is contained in:
Uwe Risse 2022-09-29 14:22:10 +02:00
parent f98ec44e98
commit 6f36f7eea2

View File

@ -9763,11 +9763,7 @@ void MainWindow::write_all(QString txRx, QString message)
auto time = QDateTime::currentDateTimeUtc ();
if( txRx=="Rx" && !m_bFastMode ) time=m_dateTimeSeqStart;
if ("WSPR" != m_mode) {
t = t.asprintf("%10.3f ",m_freqNominalPeriod/1.e6); // prevent writing of wrong frequencies
} else {
t = t.asprintf("%10.3f ",m_freqNominal/1.e6);
}
if (m_diskData) {
if (m_fileDateTime.size()==11) {
line=m_fileDateTime + " " + t + txRx + " " + mode_string + msg;