TheThingsNetwork / arduino-device-lib

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

Support (max) number of retries for confirm #51

Closed FokkeZB closed 8 years ago

FokkeZB commented 8 years ago
johanstokking commented 8 years ago

Keep listening in sendBytes(), no 10 seconds timeout in readLine().

Set TTN_RETX to 7 (default for RN module)

n2jn commented 8 years ago

@johanstokking @FokkeZB Where do I use mac set retx? in sendBytes ?

FokkeZB commented 8 years ago

Closed by #91