Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Z-Stack: Rewrite device entry in the coordinator's child table if sending fails #680

Merged
merged 3 commits into from
Mar 19, 2023

Commits on Mar 17, 2023

  1. Attempt to rewrite device entry in the child table if sending fails

    Sometimes the coordinator stops setting the PENDING flag before sending frames to sleepy end devices.
    Rewriting the device entry in the child table seems to fix this, at least temporarily.
    If sending a frame fails, try to rewrite the device's entry and try again
    (if there is already an entry, and only if the device is listed as a sleepy end device, aka CHILD_RFD)
    slugzero committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    6346451 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50978ca View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    1b4ac88 View commit details
    Browse the repository at this point in the history