mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 12:23:37 -05:00
Don't allow CW ID to extend Tx stop time beyond normal sequence boundary.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7323 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
189dd436dd
commit
c8d7421ead
@ -2602,6 +2602,8 @@ void MainWindow::guiUpdate()
|
||||
double tx1=0.0;
|
||||
double tx2=txDuration;
|
||||
if((icw[0]>0) and (!m_bFast9)) tx2 += icw[0]*2560.0/48000.0; //Full length including CW ID
|
||||
if(tx2>m_TRperiod) tx2=m_TRperiod;
|
||||
|
||||
if(!m_txFirst and !m_mode.startsWith ("WSPR")) {
|
||||
tx1 += m_TRperiod;
|
||||
tx2 += m_TRperiod;
|
||||
|
Loading…
Reference in New Issue
Block a user