diff --git a/bookmarks.d/weather.json b/bookmarks.d/weather.json index 57d8b4ad..86f6203d 100644 --- a/bookmarks.d/weather.json +++ b/bookmarks.d/weather.json @@ -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, diff --git a/owrx/modes.py b/owrx/modes.py index 3be76f77..ab333fc0 100644 --- a/owrx/modes.py +++ b/owrx/modes.py @@ -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"),