mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
allow background decoding for some more modes
This commit is contained in:
parent
27d44aeca9
commit
f3ef0acd07
|
|
@ -163,6 +163,7 @@ class Modes(object):
|
|||
underlying=["nfm"],
|
||||
bandpass=Bandpass(-6250, 6250),
|
||||
requirements=["pocsag"],
|
||||
service=True,
|
||||
squelch=False,
|
||||
),
|
||||
DigitalMode(
|
||||
|
|
@ -181,6 +182,7 @@ class Modes(object):
|
|||
underlying=["empty"],
|
||||
bandpass=Bandpass(-125000, 125000),
|
||||
requirements=["ism"],
|
||||
service=True,
|
||||
squelch=False,
|
||||
),
|
||||
DigitalMode(
|
||||
|
|
|
|||
Loading…
Reference in a new issue