mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05: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
							
								
									64fe12db29
								
							
						
					
					
						commit
						508925295a
					
				@ -1420,7 +1420,8 @@ void MainWindow::guiUpdate()
 | 
			
		||||
  bool bTxTime = ((t2p >= tx1) and (t2p < tx2)) 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)) {
 | 
			
		||||
      bTxTime=true;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user