Making sure RTL-433 always output JSON data.
This commit is contained in:
parent
562b2c841a
commit
ef131e1e8d
|
|
@ -15,7 +15,7 @@ class IsmDemodulator(ServiceDemodulator, DialFrequencyReceiver):
|
|||
workers = [
|
||||
Agc(Format.COMPLEX_FLOAT),
|
||||
Convert(Format.COMPLEX_FLOAT, Format.COMPLEX_SHORT),
|
||||
Rtl433Module(self.sampleRate, jsonOutput = not service),
|
||||
Rtl433Module(self.sampleRate, jsonOutput = True),
|
||||
self.parser,
|
||||
]
|
||||
# Connect all the workers
|
||||
|
|
|
|||
Loading…
Reference in New Issue