1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-04-03 18:08:40 -04:00

Set 14074000 Hz as the default rig frequency.

This commit is contained in:
Uwe Risse 2022-12-30 09:50:35 +01:00
parent 0c4c0ba44d
commit b7a9ef3e63

View File

@ -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"};