digidotcom / xbee-java

Set of Java APIs to interact with Digi International's XBee radio frequency modules.
Mozilla Public License 2.0
80 stars 56 forks source link

packets_queue: fix an issue when the device's 16-bit address is unknown #153

Closed rubenmoral closed 4 years ago

rubenmoral commented 4 years ago

This problem was causing the 'readDataFrom' method to return the first data packet on the queue, not the first one from the given remote device.

Signed-off-by: Ruben Moral ruben.moral@digi.com