Skip to content

Commit

Permalink
Merge pull request #2 from UniveIngSw2020/tracing-algorithm
Browse files Browse the repository at this point in the history
Tracing Algorithm problem
  • Loading branch information
electronixxx authored Dec 28, 2020
2 parents df3bab1 + 3f6bf79 commit ae163a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/bufferoverflow/beesafe/Scan.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class Scan {
"TV", "Mi Band", "Airpods", "Buds"
);
private final static int SCAN_DURATION = 5; //In seconds
private final static int RSSI_RANGE_FILTER = -70; //RSSI Signal Bound
private final static int RSSI_RANGE_FILTER = -90; //RSSI Signal Bound
public static CountDownLatch scanLatch; //For sync purposes

/* This should be called by the backgrounf service every certain minutes to do a scan and upload data */
Expand Down

0 comments on commit ae163a8

Please sign in to comment.