Adding SelCall decoder via multimon-ng.

This commit is contained in:
Marat Fayzullin 2023-05-23 23:34:30 -04:00
parent 2806f7bc67
commit 47e595311f
1 changed files with 8 additions and 0 deletions

View File

@ -164,6 +164,14 @@ class Modes(object):
requirements=["flex"],
squelch=False,
),
DigitalMode(
"selcall",
"SelCall",
underlying=["nfm"],
bandpass=Bandpass(-3000, 3000),
requirements=["selcall"],
squelch=False,
),
DigitalMode("cwdecoder", "CWDecoder", underlying=["usb"]),
DigitalMode("rtty170", "RTTY-170", underlying=["usb"]),
DigitalMode("rtty450", "RTTY-450", underlying=["usb"]),