TheThingsNetwork / arduino-device-lib

Arduino Library for TTN Devices
MIT License
207 stars 96 forks source link

Remove time out, fixes #90 #92

Closed FokkeZB closed 7 years ago

FokkeZB commented 7 years ago

This fixes #90, but... I now get an empty response when I send:

-- LOOP
Sending: mac tx uncnf 1 with 1 bytes
Time-out

Any idea @johanstokking?

FokkeZB commented 7 years ago

With this PR approved, we need some additional changes:

@johanstokking, I'm not 100% sure I have added clearBuffer() to all and only those places where it's needed.