Describe the bug
While the LoRa code currently works functionally, it's not set up so that it's ideal for sensor deployment projects. Currently, the bandwidth is set for fast data transmissions with short range which is not ideal. Rather, we would want slow data transmission rate with long range.
Additional context
I've already changed the Loom code in my own local files. It involves changing the function from driver.setModemConfig(RH_RF95::Bw500Cr45Sf128) to driver.setModemConfig(RH_RF95::Bw125Cr45Sf128) in the LoRa.cpp file on line 61.
Describe the bug While the LoRa code currently works functionally, it's not set up so that it's ideal for sensor deployment projects. Currently, the bandwidth is set for fast data transmissions with short range which is not ideal. Rather, we would want slow data transmission rate with long range.
Additional context I've already changed the Loom code in my own local files. It involves changing the function from driver.setModemConfig(RH_RF95::Bw500Cr45Sf128) to driver.setModemConfig(RH_RF95::Bw125Cr45Sf128) in the LoRa.cpp file on line 61.