Insert red line on waterfall to mark an FT4 transmission.

This commit is contained in:
Joe Taylor
2019-01-28 13:50:23 -05:00
parent 7da4fc63a6
commit 2e4035c8bb
4 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -4036,7 +4036,8 @@ void MainWindow::stopTx2()
on_stopTxButton_clicked ();
m_nTx73 = 0;
}
if(m_mode.startsWith ("WSPR") and m_ntr==-1 and !m_tuneup) {
if(((m_mode.startsWith("WSPR") and m_ntr==-1) or m_mode=="FT4") and
!m_tuneup) {
m_wideGraph->setWSPRtransmitted();
WSPR_scheduling ();
m_ntr=0;