Skip to content

enable report interval issue. #24

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

Open
hellooutthere2 opened this issue Sep 10, 2024 · 0 comments
Open

enable report interval issue. #24

hellooutthere2 opened this issue Sep 10, 2024 · 0 comments

Comments

@hellooutthere2
Copy link

hellooutthere2 commented Sep 10, 2024

Subject of the issue

As written report interval can't exceed 64 milliseconds

Your workbench

ESP32 and BNO085

Steps to reproduce

for
bool enableGeomagneticRotationVector(uint16_t timeBetweenReports = 10);
Set parameter timeBetweenReports to 100.. i.e. anything > 64

Expected behavior

I should be able to set this value greater than 64

Actual behavior

As the value is increased it folds back to behave 0-64 milliseconds

Correction

Change timeBetweenReports uint16_t to uint32_t for all enable report methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant