mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 02:12:37 -04:00
Revert commit f5291f2 for WSPR mode only.
This commit is contained in:
parent
31f429724d
commit
f98ec44e98
@ -9763,7 +9763,11 @@ 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;
|
||||||
|
|
||||||
t = t.asprintf("%10.3f ",m_freqNominalPeriod/1.e6); // prevent writing of wrong frequencies
|
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_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…
x
Reference in New Issue
Block a user