Don't start a transmission more than 24 sec into the Tx period.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3164 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2013-04-13 15:18:29 +00:00
parent f9b4c38fc7
commit abc2b4bd83
1 changed files with 2 additions and 1 deletions

View File

@ -1399,7 +1399,8 @@ void MainWindow::guiUpdate()
bTxTime=true;
}
if(bTxTime and m_iptt==0 and !btxMute) {
float fTR=float((nsec%m_TRperiod))/m_TRperiod;
if(bTxTime and m_iptt==0 and !btxMute and fTR<0.4) {
icw[0]=m_ncw;
//Raise PTT