Skip to content

vw_get_message #1

@pluisi

Description

@pluisi

there is a problem in vw_get_message.
You should change line 568 in virtualWire.cpp to
if (_len != rxlen)
instead of
if (_len > rxlen)

Actually if the transmission sends a number of bytes that's less than the number of bytes sent before, there will be no problem. If the number of bytes transmitted raise again, then you will still receive the last lower number of bytes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions