Skip to content

Commit a13a77a

Browse files
authored
Fix format
1 parent 35a1cd9 commit a13a77a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,15 @@ Beaconstac.getInstance().setUserEmail(USER_EMAIL);
174174
```
175175

176176
__10. Set scan power mode__
177+
177178
Set the power mode for Bluetooth low energy scan callbacks. Set to HIGH for frequent scans with high power consumption.
178179
Default value is set to BALANCED.
179180
```java
180181
Beaconstac.getInstance().setPowerMode(POWER_MODE);
181182
```
182183

183184
__11. Set latch latency__
185+
184186
Set the device's willingness to camp-on to new beacons if it is already camped on to one. If set to LOW the device switches to the other beacons quickly and if set to HIGH the device's attachment will be steady.
185187
The default value is set to MEDIUM.
186188
```java

0 commit comments

Comments
 (0)