Fix a bug that caused FT4 to do WSPR band-hopping.

This commit is contained in:
Joe Taylor 2019-04-30 09:38:20 -04:00
parent 1347f523de
commit b2d6238b63

View File

@ -4108,8 +4108,7 @@ void MainWindow::stopTx2()
on_stopTxButton_clicked ();
m_nTx73 = 0;
}
if(((m_mode.startsWith("WSPR") and m_ntr==-1) or m_mode=="FT4") and
!m_tuneup) {
if((m_mode.startsWith("WSPR") and m_ntr==-1) and !m_tuneup) {
m_wideGraph->setWSPRtransmitted();
WSPR_scheduling ();
m_ntr=0;