xbee-arduino icon indicating copy to clipboard operation
xbee-arduino copied to clipboard

getRemoteAddress16 now uses byte 1 and 2

Open Xanore opened this issue 4 years ago • 0 comments

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.

Xanore avatar Jan 16 '21 14:01 Xanore