mirror of
https://git.code.sf.net/p/fldigi/flrig
synced 2026-08-13 17:28:24 -04:00
FTdx3000/9000
* update mode lists
This commit is contained in:
parent
02a5de9c8e
commit
b92e197331
2 changed files with 4 additions and 4 deletions
|
|
@ -45,8 +45,8 @@ static int mode_bwB[NUM_MODES] = {-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1};
|
|||
static std::vector<std::string>FTdx3000modes_;
|
||||
static const char *vFTdx3000modes_[] = {
|
||||
"LSB", "USB", "CW", "FM", "AM",
|
||||
"RTTY-L", "CW-R", "PSK-L", "RTTY-U", "PKT-FM",
|
||||
"FM-N", "PSK-U", "AM-N"};
|
||||
"RTTY-L", "CW-R", "PKT-L", "RTTY-U", "PKT-FM",
|
||||
"FM-N", "PKT-U", "AM-N"};
|
||||
|
||||
static const int FTdx3000_def_bw[] = {
|
||||
20, 20, 9, 0, 0,
|
||||
|
|
|
|||
|
|
@ -43,8 +43,8 @@ static const char FTdx9000name_[] = "FTdx9000";
|
|||
static std::vector<std::string>FTdx9000modes_;
|
||||
static const char *vFTdx9000modes_[] = {
|
||||
"LSB", "USB", "CW", "FM", "AM",
|
||||
"RTTY-L", "CW-R", "PSK-L", "RTTY-U", "PKT-FM",
|
||||
"FM-N", "PSK-U", "AM-N"};
|
||||
"RTTY-L", "CW-R", "PKT-L", "RTTY-U", "PKT-FM",
|
||||
"FM-N", "PKT-U", "AM-N"};
|
||||
|
||||
static const int FTdx9000_def_bw[] = {
|
||||
20, 20, 9, 0, 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue