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
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)
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: