adafruit / TinyLoRa

LoRaWAN Library
68 stars 37 forks source link

Added missing SPI.endTransaction() calls #19

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.

Signed-off-by: Arjan Mels arjan.mels@gmx.net

arjanmels commented 5 years ago

By accident made the changes on my local master. Closing this pull and will reopen another one one a separate branch.