Skip to content

sendACK() restting SENDERID to 0 #30

@jkittley

Description

@jkittley

It looks like the while not self.canSend() loop in sendACK() is resetting all the SENDERID and RSSI values in the class. The reason why is perfectly understandable, however if the sendACK() occurs before the end of the loop i.e. you try to use SENDERID after sending the Acknowledgement this is a bit confusing. Maybe it would be better to have receiveDone() return values so that they are separated? Or just add a comment for idiots like me.

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