Skip to content

Type error: uint8_t - cycle is forever #123

@muhiddinov

Description

@muhiddinov

for (uint8_t i = 0; i < packet.length; i++) {

Type uint8_t is max 255, our sending data length is 256, cycle is forever. So uint8_t change to uint16_t.

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