Skip to content

[Feature Request] Please add stop as an optional argument for pushRawData #30

Closed
@mstranne

Description

@mstranne

Hey,
I just switched from my self implemented version (still the old v1.18) to the "new" pushRawData.

Works out fine, however since I2C_BUFFER_LENGTH = 128 in the Wire lib, sending messages bigger than 128 byte leeds to buffer overflow when using _i2cPort->endTransmission(false) in the loop of the pushRawData function.

So some bigger rtcm messages where not send correctly in my case.
I changed to use _i2cPort->endTransmission(false) all 128 bytes and now its working fine.

Would be awesome if you could fix that. Nevertheless, great work!

Cheers,
Marco

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions