From e8cf9fb3a09e80d16d30b29b92a7c9cd7bbd25a7 Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Sun, 29 Oct 2023 20:20:42 -0400 Subject: [PATCH] Added NAVTEX bookmarks, shortened mode name. --- bookmarks.d/weather.json | 50 ++++++++++++++++++++++++++++++++++++++++ owrx/modes.py | 2 +- 2 files changed, 51 insertions(+), 1 deletion(-) 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"),