tinytronix / LoRa

An Arduino Library for direct (peer-2-peer) LoRa data communication from device to device without the need of LoRaWAN internet connection. Developed for home automation purpose.
MIT License
25 stars 6 forks source link

BUG #7

Closed gioreva closed 1 year ago

gioreva commented 1 year ago

Line 70, SX126x.cpp

  uint8_t ldro; //LowDataRateOptimize
  SetModulationParams(spreadingFactor, bandwidth, codingRate, ldro);

Value is Random.