TheThingsNetwork / arduino-device-lib

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

Fix sendPayload() and encodeSensorData() #136

Closed n2jn closed 7 years ago

n2jn commented 7 years ago

fixed sendPayloads (port: int to char), found error when passing *size of the buffer in the encodeSensorData() fixed it for the moment trying to find a solution with this.

FokkeZB commented 7 years ago

trying to find a solution with this.

should we wait for this?

n2jn commented 7 years ago

@FokkeZB No just merge this it fixes the library, I'll open another PR in which the user will be able to choose the size of the buffer.