Revert "Add an option to disable the Tune watchdog."

This reverts commit 0b951a05e7.
This commit is contained in:
Uwe Risse
2022-04-06 10:06:43 +02:00
parent 0b951a05e7
commit 36e54bf3a0
4 changed files with 5 additions and 19 deletions
+1 -1
View File
@@ -7057,7 +7057,7 @@ void MainWindow::on_rptSpinBox_valueChanged(int n)
void MainWindow::on_tuneButton_clicked (bool checked)
{
if (!m_config.Tune_watchdog_disabled ()) tuneATU_Timer.start (90000); // tune watchdog (90s)
tuneATU_Timer.start (120000); // tune watchdog (120s)
static bool lastChecked = false;
if (lastChecked == checked) return;
lastChecked = checked;