Fixing secondary demo waterfall for SelCall.
This commit is contained in:
parent
47e595311f
commit
89f11fed48
|
|
@ -164,14 +164,6 @@ 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