TheThingsNetwork / arduino-device-lib

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

wait process in ttn.init() #45

Closed n2jn closed 8 years ago

n2jn commented 8 years ago

Put the line: while (!&debugStream && millis() < time) with "time" an long int in parameter (if time = 0; it disable the wait proccess).

Closes #44

FokkeZB commented 8 years ago

On second thought, I'm not sure if we should do #44 at all. It makes it feel like a feature of the lib, while it's just an Arduino debug best practice.

johanstokking commented 8 years ago

Agreed