Skip to content

Incorrect byte value for stop byte check in wifi driver causes critical bug for sample parser #2

@rivasd

Description

@rivasd

in wifi.py line 836 there is a check that the first byte of a wifi sample is ==33. However, the docs clearly state that the shield adds 0xa0 to the start of every packet, which is not 33 but rather 160 when translated to int. This critical bug causes all packets to be read as invalid.

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