diff --git a/csdr/chain/toolbox.py b/csdr/chain/toolbox.py index 97a36af2..76b57ee8 100644 --- a/csdr/chain/toolbox.py +++ b/csdr/chain/toolbox.py @@ -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