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"],
|
underlying=["nfm"],
|
||||||
bandpass=Bandpass(-6250, 6250),
|
bandpass=Bandpass(-6250, 6250),
|
||||||
requirements=["pocsag"],
|
requirements=["pocsag"],
|
||||||
|
service=True,
|
||||||
squelch=False,
|
squelch=False,
|
||||||
),
|
),
|
||||||
DigitalMode(
|
DigitalMode(
|
||||||
|
|
@ -181,6 +182,7 @@ class Modes(object):
|
||||||
underlying=["empty"],
|
underlying=["empty"],
|
||||||
bandpass=Bandpass(-125000, 125000),
|
bandpass=Bandpass(-125000, 125000),
|
||||||
requirements=["ism"],
|
requirements=["ism"],
|
||||||
|
service=True,
|
||||||
squelch=False,
|
squelch=False,
|
||||||
),
|
),
|
||||||
DigitalMode(
|
DigitalMode(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue