Using empty demodulator for APRS and AIS now.

This commit is contained in:
Marat Fayzullin 2023-09-10 12:55:58 -04:00
parent c4afe1e594
commit e1ea573ce3
1 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ class Modes(object):
DigitalMode(
"packet",
"Packet",
underlying=["nfm", "usb", "lsb"],
underlying=["empty"], #["nfm", "usb", "lsb"],
bandpass=Bandpass(-6250, 6250),
requirements=["packet"],
service=True,
@ -160,7 +160,7 @@ class Modes(object):
DigitalMode(
"ais",
"AIS",
underlying=["nfm"],
underlying=["empty"], #["nfm"],
bandpass=Bandpass(-6250, 6250),
requirements=["packet"],
service=True,