Set Tune watchdog to 120 seconds

This commit is contained in:
Uwe Risse 2022-01-18 10:18:10 +01:00
parent 47b5cc21f2
commit 151f0f0ab3
1 changed files with 1 additions and 1 deletions

View File

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