This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Author: Alberto Sainz | |
| */ | |
| static final double edd_coefficient1 = 0.42093; | |
| static final double edd_coefficient2 = 6.9476; | |
| static final double edd_coefficient3 = 0.54992; | |
| public static double calculateDistanceWithRefRSSI0(int meassureRssiAt0M, double rssi) { | |
| if (rssi == 0) { |