mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-02 14:52:25 -04:00
Fix a bug that caused FT4 to do WSPR band-hopping.
This commit is contained in:
parent
1347f523de
commit
b2d6238b63
@ -4108,8 +4108,7 @@ void MainWindow::stopTx2()
|
|||||||
on_stopTxButton_clicked ();
|
on_stopTxButton_clicked ();
|
||||||
m_nTx73 = 0;
|
m_nTx73 = 0;
|
||||||
}
|
}
|
||||||
if(((m_mode.startsWith("WSPR") and m_ntr==-1) or m_mode=="FT4") and
|
if((m_mode.startsWith("WSPR") and m_ntr==-1) and !m_tuneup) {
|
||||||
!m_tuneup) {
|
|
||||||
m_wideGraph->setWSPRtransmitted();
|
m_wideGraph->setWSPRtransmitted();
|
||||||
WSPR_scheduling ();
|
WSPR_scheduling ();
|
||||||
m_ntr=0;
|
m_ntr=0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user