Adding SelCall decoder via multimon-ng.
This commit is contained in:
parent
2806f7bc67
commit
47e595311f
|
|
@ -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"]),
|
||||
|
|
|
|||
Loading…
Reference in New Issue