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: increase the upper limit of the packet RSSI value from 100 to 255 #129

Closed rubenmoral closed 5 years ago

rubenmoral commented 5 years ago

This was causing the library to throw an exception when the local module received data packets from remotes that were too far.

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