Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Fix: Adapt Keiser driver to different bike versions #60

Closed
chriselsen opened this issue Feb 22, 2021 · 2 comments
Closed

Bug Fix: Adapt Keiser driver to different bike versions #60

chriselsen opened this issue Feb 22, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@chriselsen
Copy link
Contributor

Keiser M3 bikes come in multiple revisions with version 6.29 and lower bikes emitting data packets every ~ 2 seconds and version 6.30 and higher bikes emitting data packets every ~ 0.3 seconds.
The Keiser stats timer needs to be adapted to these two version of bikes with the timeout value being:

  • Version <= 6.29: Timeout: 7 sec
  • Version >= 6.30: Timeout: 2 sec (possibly 1 sec)
@ptx2 ptx2 added the bug Something isn't working label Feb 23, 2021
@chriselsen
Copy link
Contributor Author

Created pull request #63 to address this.

@ptx2
Copy link
Owner

ptx2 commented Mar 6, 2021

Fixed by #63.

@ptx2 ptx2 closed this as completed Mar 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants