Transmit entry should be JS8 not FT8
This commit is contained in:
parent
9162d851d4
commit
55810e63a6
@ -10190,7 +10190,7 @@ void MainWindow::write_transmit_entry (QString const& file_name)
|
|||||||
auto dt = DecodedText(m_currentMessage);
|
auto dt = DecodedText(m_currentMessage);
|
||||||
out << time.toString("yyyy-MM-dd hh:mm:ss")
|
out << time.toString("yyyy-MM-dd hh:mm:ss")
|
||||||
<< " Transmitting " << qSetRealNumberPrecision (12) << (m_freqNominal / 1.e6)
|
<< " Transmitting " << qSetRealNumberPrecision (12) << (m_freqNominal / 1.e6)
|
||||||
<< " MHz " << m_modeTx
|
<< " MHz " << QString(m_modeTx).replace("FT8", "JS8")
|
||||||
<< ": " << dt.message() << endl;
|
<< ": " << dt.message() << endl;
|
||||||
f.close();
|
f.close();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user