Do not start at < 1000Hz

This commit is contained in:
Jordan Sherer 2018-10-03 14:59:10 -04:00
parent 60fde40f58
commit 289d38538a

View File

@ -1118,7 +1118,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
}
ui->dxCallEntry->clear();
ui->dxGridEntry->clear();
auto f = findFreeFreqOffset(500, 2000, 50);
auto f = findFreeFreqOffset(1000, 2000, 50);
setFreqOffsetForRestore(f, false);
ui->cbVHFcontest->setChecked(false); // this needs to always be false