adafruit / TinyLoRa

LoRaWAN Library
68 stars 37 forks source link

Added missing SPI.endTransaction() calls #20

Closed arjanmels closed 5 years ago

arjanmels commented 5 years ago

The library has SPI.beginTransation() calls, but no SPI.endTransaction() calls. Apparently this works on original Arduino hardware, but I encountered problems on ESP32.

brentru commented 5 years ago

@arjanmels Thank you for this pull request. Tested successfully on Feather 32u4 LoRa.