We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cadence_min_offset = 60
cadence_max_offset = -100
这两个数据是如何影响到最终步频的,是在哪个步频的基础上进行偏移的。为何最大步频偏移量设置为负数(-100)
The text was updated successfully, but these errors were encountered:
这两个参数基于云运动返回的步频限制范围,比如限制范围为100400,那么程序将在(100+60)(400-100)的范围内随机选取一个值作为步频。单点步频、最终步频都是在这个范围内随机选取的
Sorry, something went wrong.
No branches or pull requests
最小步频偏移量,int
cadence_min_offset = 60
最大步频偏移量,int
cadence_max_offset = -100
这两个数据是如何影响到最终步频的,是在哪个步频的基础上进行偏移的。为何最大步频偏移量设置为负数(-100)
The text was updated successfully, but these errors were encountered: