Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 3, 2017
2 parents f26a07a + 35c7170 commit 799d1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ int addedSuccessfully = mWiseFy.addWPA2Network("WPA2 Network", "12345678");
To calculate number of bars given a networks signal strength and total number of bars:

```java
int bars = mWiseFy.calculateBars(-35, -5);
int bars = mWiseFy.calculateBars(-35, 5);
```

To compare the signal strength of two networks:
Expand Down

0 comments on commit 799d1b1

Please sign in to comment.