mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Revert "Revert commit f5291f2
for WSPR mode only."
This reverts commit f98ec44e98
.
This commit is contained in:
parent
f98ec44e98
commit
6f36f7eea2
@ -9763,11 +9763,7 @@ void MainWindow::write_all(QString txRx, QString message)
|
|||||||
auto time = QDateTime::currentDateTimeUtc ();
|
auto time = QDateTime::currentDateTimeUtc ();
|
||||||
if( txRx=="Rx" && !m_bFastMode ) time=m_dateTimeSeqStart;
|
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
|
||||||
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_diskData) {
|
||||||
if (m_fileDateTime.size()==11) {
|
if (m_fileDateTime.size()==11) {
|
||||||
line=m_fileDateTime + " " + t + txRx + " " + mode_string + msg;
|
line=m_fileDateTime + " " + t + txRx + " " + mode_string + msg;
|
||||||
|
Loading…
Reference in New Issue
Block a user