Updated minor release of the BLE Sync Cycle project
- This release fixes a minor playback bug in the
ble
package when choosing to ride using thekm/h
speed configuration option - Both the
ble
andvideo
packages were refactored with additional Go tests to increase code coverage - The
config.toml
file and underlyingconfig
package were updated to include an option to choose a media player (mpv is still the only available functional option). This is in preparation for upcoming work to integrate the VLC media player into the project
See the README.md for current functionality and the project roadmap for future feature requests/additions.
Enjoy!
What's Changed
- refactor(app): ♻️ Minor refactoring to simplify configuration … by @richbl in #81
- fix(app): ♻️ Fix to mph --> km/h conversion during playback; c… by @richbl in #83
Full Changelog: 0.10.0...0.11.0