mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Set Tune watchdog to 120 seconds
This commit is contained in:
parent
47b5cc21f2
commit
151f0f0ab3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user