mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-31 05:02:26 -04:00
Set 14074000 Hz as the default rig frequency.
This commit is contained in:
parent
0c4c0ba44d
commit
b7a9ef3e63
@ -214,7 +214,7 @@ bool keep_frequency = false;
|
|||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
Radio::Frequency constexpr default_frequency {14076000};
|
Radio::Frequency constexpr default_frequency {14074000};
|
||||||
QRegExp message_alphabet {"[- @A-Za-z0-9+./?#<>;$]*"};
|
QRegExp message_alphabet {"[- @A-Za-z0-9+./?#<>;$]*"};
|
||||||
// grid exact match excluding RR73
|
// 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"};
|
QRegularExpression grid_regexp {"\\A(?![Rr]{2}73)[A-Ra-r]{2}[0-9]{2}([A-Xa-x]{2}){0,1}\\z"};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user