Making sure RTL-433 always output JSON data.

This commit is contained in:
Marat Fayzullin 2024-04-12 00:49:06 -04:00
parent 562b2c841a
commit ef131e1e8d
1 changed files with 1 additions and 1 deletions

View File

@ -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