mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Add tune watchdog (60s)
This commit is contained in:
		
							parent
							
								
									96974e0537
								
							
						
					
					
						commit
						9ffa81e59a
					
				@ -7035,6 +7035,7 @@ void MainWindow::on_rptSpinBox_valueChanged(int n)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
void MainWindow::on_tuneButton_clicked (bool checked)
 | 
					void MainWindow::on_tuneButton_clicked (bool checked)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
					  tuneATU_Timer.start (60000); // tune watchdog (60s)
 | 
				
			||||||
  static bool lastChecked = false;
 | 
					  static bool lastChecked = false;
 | 
				
			||||||
  if (lastChecked == checked) return;
 | 
					  if (lastChecked == checked) return;
 | 
				
			||||||
  lastChecked = checked;
 | 
					  lastChecked = checked;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user