Do not start at < 1000Hz
This commit is contained in:
parent
60fde40f58
commit
289d38538a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user