You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This is mainly a bugfix release.
- Fixed (#109): Documentation Bug.
- Fixed (#117): Crash after update to 0.8 version.
- SDK demos are now using Material Design (h/t @RingoMckraken).
Hey all,
There's a bug in the documentation. I talk about it in this pull request: #108
Basically, the docs say to use
EstimoteCloud.get()
, but that's not a command, and the user should instead useEstimoteCloud.getInstance()
.The text was updated successfully, but these errors were encountered: