mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 23:57:10 -04:00
Look for "txboth" as /tmp/txboth.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4271 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
78f398f99c
commit
dcafdb6b99
@ -1420,7 +1420,8 @@ void MainWindow::guiUpdate()
|
|||||||
bool bTxTime = ((t2p >= tx1) and (t2p < tx2)) or m_tune;
|
bool bTxTime = ((t2p >= tx1) and (t2p < tx2)) or m_tune;
|
||||||
|
|
||||||
if(m_auto or m_tune) {
|
if(m_auto or m_tune) {
|
||||||
QFile f("txboth");
|
|
||||||
|
QFile f("/tmp/txboth");
|
||||||
if(f.exists() and fmod(tsec,m_TRperiod) < (1.0 + 85.0*m_nsps/12000.0)) {
|
if(f.exists() and fmod(tsec,m_TRperiod) < (1.0 + 85.0*m_nsps/12000.0)) {
|
||||||
bTxTime=true;
|
bTxTime=true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user