Add tune watchdog (60s)

This commit is contained in:
Uwe Risse 2022-01-10 11:26:03 +01:00
parent 96974e0537
commit 9ffa81e59a
1 changed files with 1 additions and 0 deletions

View File

@ -7035,6 +7035,7 @@ void MainWindow::on_rptSpinBox_valueChanged(int n)
void MainWindow::on_tuneButton_clicked (bool checked)
{
tuneATU_Timer.start (60000); // tune watchdog (60s)
static bool lastChecked = false;
if (lastChecked == checked) return;
lastChecked = checked;