rpp0 / gr-lora

GNU Radio blocks for receiving LoRa modulated radio messages using SDR
GNU General Public License v3.0
537 stars 115 forks source link

LoRa Receiver execute error #96

Closed HannoSt closed 4 years ago

HannoSt commented 5 years ago

When executing the LoRa Receiver in GRC I get this error:

self.lora_lora_receiver_0 = lora.lora_receiver(1e6, 868e6, ([868.1e6]), 125000, 12, False, 4, True, False, False, 1, False, False)

TypeError: init() takes exactly 1 argument (14 given)

What is wrong?