Added NAVTEX bookmarks, shortened mode name.

This commit is contained in:
Marat Fayzullin 2023-10-29 20:20:42 -04:00
parent 5544359700
commit e8cf9fb3a0
2 changed files with 51 additions and 1 deletions

View File

@ -1,4 +1,54 @@
[
{
"name" : "NAVTEX",
"frequency" : 517000,
"modulation" : "sitorb"
},
{
"name" : "SITOR-B",
"frequency" : 4209000,
"modulation" : "sitorb"
},
{
"name" : "SITOR-B",
"frequency" : 6313000,
"modulation" : "sitorb"
},
{
"name" : "SITOR-B",
"frequency" : 8415500,
"modulation" : "sitorb"
},
{
"name" : "SITOR-B",
"frequency" : 12578000,
"modulation" : "sitorb"
},
{
"name" : "SITOR-B",
"frequency" : 16805500,
"modulation" : "sitorb"
},
{
"name" : "SITOR-B",
"frequency" : 19679500,
"modulation" : "sitorb"
},
{
"name" : "SITOR-B",
"frequency" : 22375000,
"modulation" : "sitorb"
},
{
"name" : "SITOR-B",
"frequency" : 26099500,
"modulation" : "sitorb"
},
{
"name" : "NAVTEX",
"frequency" : 4208500,
"modulation" : "sitorb"
},
{
"name" : "DDH47",
"frequency" : 147300,

View File

@ -138,7 +138,7 @@ class Modes(object):
DigitalMode("rtty170", "RTTY-170 (45)", underlying=["usb", "lsb"]),
DigitalMode("rtty450", "RTTY-450 (50N)", underlying=["usb", "lsb"]),
DigitalMode("rtty85", "RTTY-85 (50N)", underlying=["usb", "lsb"]),
DigitalMode("sitorb", "SITOR-B / NAVTEX", underlying=["usb"]),
DigitalMode("sitorb", "SITOR-B", underlying=["usb"]),
WsjtMode("ft8", "FT8"),
WsjtMode("ft4", "FT4"),
WsjtMode("jt65", "JT65"),