mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 20:58:55 -05:00
Fix regression in CAT sequencing from r5700
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5714 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
f0058d7716
commit
f1989b3874
@ -1857,7 +1857,7 @@ void MainWindow::guiUpdate()
|
|||||||
m_bTxTime=false; //Time to stop a WSPR transmission
|
m_bTxTime=false; //Time to stop a WSPR transmission
|
||||||
m_btxok=false;
|
m_btxok=false;
|
||||||
}
|
}
|
||||||
if(m_ntr) {
|
else if (m_ntr != -1) {
|
||||||
WSPR_scheduling ();
|
WSPR_scheduling ();
|
||||||
m_ntr=0; //This WSPR Rx sequence is complete
|
m_ntr=0; //This WSPR Rx sequence is complete
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user