adafruit / RadioHead

A github'ified version of http://www.airspayce.com/mikem/arduino/RadioHead/
Other
186 stars 115 forks source link

Insufficient error messages on RH_RF95 init #31

Closed scottbarnesg closed 5 years ago

scottbarnesg commented 5 years ago

Currently, the only error feedback on the RH_RF95 init function is "LoRa radio init failed." This makes it excessively difficult to identify and debug issues with new hardware or code changes, especially for new users.

Detailed error/debugging feedback would improve the usability of this library and make new users more likely to stick around.

scottbarnesg commented 5 years ago

Created pull request #32 to address this issue.

scottbarnesg commented 5 years ago

Pull request #32 merged, closing.