-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify system msg handling, add addr release
Simplify system msg handling: Network Update() will return immediately for all system message types, except for re-routed address requests or responses. This allows additional layers (such as RF24Mesh) to transmit and receive system payloads, and handle them directly from the frame_buffer, without interfering with user payloads. - Added NETWORK_ADDR_RELEASE type. Allows sleeping nodes to release their assigned address before going down.
- Loading branch information
Showing
2 changed files
with
5 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters