mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	Extend FT8 Rx interval slightly.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7790 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									3b87939358
								
							
						
					
					
						commit
						028e2ae2ba
					
				@ -1131,7 +1131,7 @@ void MainWindow::fixStop()
 | 
			
		||||
  } else if (m_mode=="FreqCal"){
 | 
			
		||||
    m_hsymStop=((int(m_TRperiod/0.288))/8)*8;
 | 
			
		||||
  } else if (m_mode=="FT8") {
 | 
			
		||||
    m_hsymStop=48;
 | 
			
		||||
    m_hsymStop=50;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -4315,7 +4315,7 @@ void MainWindow::on_actionFT8_triggered()
 | 
			
		||||
  m_nsps=6912;
 | 
			
		||||
  m_FFTSize = m_nsps / 2;
 | 
			
		||||
  Q_EMIT FFTSize (m_FFTSize);
 | 
			
		||||
  m_hsymStop=48;
 | 
			
		||||
  m_hsymStop=50;
 | 
			
		||||
  setup_status_bar (bVHF);
 | 
			
		||||
  m_toneSpacing=0.0;                   //???
 | 
			
		||||
  ui->actionFT8->setChecked(true);     //???
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user