Skip to content

sendI2cCommand writes the wrong character if lenght =n*i2cTransactionSize + 1 #61

Closed
@Valrakk

Description

@Valrakk

The line

Seems to be a intended to work with *outgoingUBX->payload += len; which moves the payload pointer, but is now commented. I think it should be _i2cPort->write(outgoingUBX->payload[startSpot], 1);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions