mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
format
This commit is contained in:
parent
88bbb76752
commit
21591ad6b8
6 changed files with 35 additions and 57 deletions
2
csdr.py
2
csdr.py
|
|
@ -437,7 +437,7 @@ class dsp(object):
|
|||
demodulator = self.get_secondary_demodulator()
|
||||
return demodulator in ["ft8", "wspr", "jt65", "jt9", "ft4"]
|
||||
|
||||
def isPacket(self, demodulator = None):
|
||||
def isPacket(self, demodulator=None):
|
||||
if demodulator is None:
|
||||
demodulator = self.get_secondary_demodulator()
|
||||
return demodulator == "packet"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue