Trying to integrate with rtl_433 for ISM signal decoding.

This commit is contained in:
Marat Fayzullin 2023-05-27 23:54:44 -04:00
parent 2ed46160ec
commit ab61a97629
2 changed files with 4 additions and 1 deletions

View File

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

View File

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