mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -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
ca5a1ed348
commit
0a7bf935bc
@ -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