From ab61a976295afea8c3edef1f0cab981d9e0bcea7 Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Sat, 27 May 2023 23:54:44 -0400 Subject: [PATCH] Trying to integrate with rtl_433 for ISM signal decoding. --- csdr/chain/rtl433.py | 3 +++ csdr/module/rtl433.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/csdr/chain/rtl433.py b/csdr/chain/rtl433.py index e34c20cf..13b6d2fd 100644 --- a/csdr/chain/rtl433.py +++ b/csdr/chain/rtl433.py @@ -26,4 +26,7 @@ class Rtl433Demodulator(ServiceDemodulator, DialFrequencyReceiver): def setDialFrequency(self, frequency: int) -> None: self.parser.setDialFrequency(frequency) +<<<<<<< HEAD +======= +>>>>>>> be4846a (Trying to integrate with rtl_433 for ISM signal decoding.) diff --git a/csdr/module/rtl433.py b/csdr/module/rtl433.py index cc0f6744..c47d352c 100644 --- a/csdr/module/rtl433.py +++ b/csdr/module/rtl433.py @@ -13,7 +13,7 @@ class Rtl433Module(PopenModule): "-F", "json" if jsonOutput else "kv", "-R", "-80", "-R", "-149", "-R", "-154", "-R", "-160", "-R", "-161", "-R", "-167", "-R", "-178", "-R", "64", -# "-A", + "-A", ] def getInputFormat(self) -> Format: