From 6ba2fb7bf9279889814082830a9df5b66ad6b41e Mon Sep 17 00:00:00 2001 From: Steve Franke Date: Fri, 2 Nov 2018 08:12:43 -0500 Subject: [PATCH] Make default MSK144 TRPeriod 15s instead of 30s. --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index fa41ad046..e48c5c211 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1120,7 +1120,7 @@ void MainWindow::readSettings() m_bSWL=m_settings->value("SWL",false).toBool(); m_bFast9=m_settings->value("Fast9",false).toBool(); m_bFastMode=m_settings->value("FastMode",false).toBool(); - ui->sbTR->setValue (m_settings->value ("TRPeriod", 30).toInt()); + ui->sbTR->setValue (m_settings->value ("TRPeriod", 15).toInt()); m_lastMonitoredFrequency = m_settings->value ("DialFreq", QVariant::fromValue (default_frequency)).value (); ui->WSPRfreqSpinBox->setValue(0); // ensure a change is signaled