mirtcho / LoRa

LoRa library for SX1276
MIT License
4 stars 1 forks source link

Transmit does not work on ebyte E19-868MS1W #2

Closed mirtcho closed 6 years ago

mirtcho commented 6 years ago

transmit hang up on LoRaClass::endPacket()

mirtcho commented 6 years ago

Proposed solution

  1. Added TX timeout
  2. transmit function return bool = TRUE if sucseeeded, or False by timeout.