xbee-arduino
xbee-arduino copied to clipboard
getRemoteAddress16 now uses byte 1 and 2
Small bugfix.
Framedata contains the following information. Framedata[0] = ApiId Framedata[1] = msb address Framedata[2] = lsb address
The remote address was invalid because byte 0 and 1 were used instead of 1 and 2.