mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 04:38:37 -05:00
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:
parent
f9b4c38fc7
commit
abc2b4bd83
@ -1399,7 +1399,8 @@ void MainWindow::guiUpdate()
|
|||||||
bTxTime=true;
|
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;
|
icw[0]=m_ncw;
|
||||||
|
|
||||||
//Raise PTT
|
//Raise PTT
|
||||||
|
Loading…
Reference in New Issue
Block a user