Closed marvinmirtschin closed 6 years ago
The calculation of the RSSI in BeaconUtil.calculateRssi() will return RSSIs greater than thecalibratedRssi` for distances > 1 and smaller values for distance < 1. This is the opposite of what should happen.
RSSI
BeaconUtil.calculateRssi()
s greater than the
Fixed in #137
The calculation of the
RSSI
inBeaconUtil.calculateRssi()
will return RSSIs greater than the
calibratedRssi` for distances > 1 and smaller values for distance < 1. This is the opposite of what should happen.