We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f383e89 commit 06f9e3bCopy full SHA for 06f9e3b
README.md
@@ -175,7 +175,7 @@ Beaconstac.getInstance().setUserEmail(USER_EMAIL);
175
176
__10. Set scan power mode__
177
```java
178
-Beaconstac.getInstance().beaconstac.setPowerMode(POWER_MODE);
+Beaconstac.getInstance().setPowerMode(POWER_MODE);
179
```
180
181
You can find more information and example usage in the `BeaconstacExample` app contained in the `examples` directory of this repo.
0 commit comments