Fixing secondary demo waterfall for SelCall.

This commit is contained in:
Marat Fayzullin 2023-05-24 13:10:37 -04:00
parent 47e595311f
commit 89f11fed48
1 changed files with 0 additions and 8 deletions

View File

@ -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"]),