Remove duplicate ALL.TXT Tx report in beacon modes

This commit is contained in:
Bill Somerville 2020-07-27 19:49:39 +01:00
parent 3bf070938b
commit 6cb72a5f3e
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F

View File

@ -4103,14 +4103,15 @@ void MainWindow::guiUpdate()
m_msgSent0 = current_message; m_msgSent0 = current_message;
} }
// if(m_mode!="FT4") { if (m_mode != "FST4W" && m_mode != "WSPR")
if(!m_tune) write_all("Tx",m_currentMessage); {
if(!m_tune) write_all("Tx",m_currentMessage);
if (m_config.TX_messages () && !m_tune && SpecOp::FOX!=m_config.special_op_id()) { if (m_config.TX_messages () && !m_tune && SpecOp::FOX!=m_config.special_op_id())
ui->decodedTextBrowser2->displayTransmittedText(current_message, m_modeTx, {
ui->TxFreqSpinBox->value(),m_bFastMode,m_TRperiod); ui->decodedTextBrowser2->displayTransmittedText(current_message, m_modeTx,
ui->TxFreqSpinBox->value(),m_bFastMode,m_TRperiod);
}
} }
// }
switch (m_ntx) switch (m_ntx)
{ {