Skip to content

enable report interval issue. #24

Description

@hellooutthere2

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions