From b7a9ef3e63fb3298f84926e5ed36aa1e5cf6ea51 Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Fri, 30 Dec 2022 09:50:35 +0100 Subject: [PATCH] Set 14074000 Hz as the default rig frequency. --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index a1af1ddb3..13379b8ac 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -214,7 +214,7 @@ bool keep_frequency = false; namespace { - Radio::Frequency constexpr default_frequency {14076000}; + Radio::Frequency constexpr default_frequency {14074000}; QRegExp message_alphabet {"[- @A-Za-z0-9+./?#<>;$]*"}; // grid exact match excluding RR73 QRegularExpression grid_regexp {"\\A(?![Rr]{2}73)[A-Ra-r]{2}[0-9]{2}([A-Xa-x]{2}){0,1}\\z"};