chandrawi / LoRaRF-Arduino

Arduino library for basic transmitting and receiving data using LoRa and FSK modulation
MIT License
53 stars 15 forks source link

Swap frequency in the loop #20

Open AlbertoManske opened 10 months ago

AlbertoManske commented 10 months ago

Hello, I'm trying to change the transmission frequency in the loop() without success, is there anything I have to do additionally to make it work? like calling Lora.end or Lora.sleep?