Skip to content

Minor Release

Latest

Choose a tag to compare

@richbl richbl released this 30 Oct 03:52
· 10 commits to main since this release
22627c1

Minor release of the BLE Sync Cycle project

  • This release adds a new feature: on app startup, a query will be made to determine the battery level of the BLE sensor, and the results displayed
  • Refactored the ble package to improve performance (reduce code duplication)

See the README.md for current functionality and the project roadmap for future feature requests/additions.

Enjoy!

What's Changed

  • feat(app): ✨ Added BLE battery level check during startup; c… by @richbl in #99
  • Refactored new BLE battery service feature to reduce ble package complexity and improve query times by @richbl in #100
  • refactor(app): 🎨 Minor refactor of BLE sensor services (and test … by @richbl in #101

Full Changelog: 0.12.0...0.13.0