Fixing showCw default value.
This commit is contained in:
parent
ecdb6d6d06
commit
5b0a045220
|
|
@ -123,7 +123,7 @@ class RttyDemodulator(SecondaryDemodulator, SecondarySelectorChain):
|
|||
|
||||
|
||||
class CwDemodulator(SecondaryDemodulator, SecondarySelectorChain):
|
||||
def __init__(self, baudRate: float, showCw: bool = false):
|
||||
def __init__(self, baudRate: float, showCw: bool = False):
|
||||
self.sampleRate = 12000
|
||||
self.showCw = showCw
|
||||
workers = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue