-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix static address assign, add new functions
Fix static address assignment - Add setAddress() function which will add a new address or modify an existing one as required - Change setStaticAddress() function to just call the new setAddress() function - Now can be called on startup, or wherever desired, to ensure static nodes are added to the list or modified as needed - #41 - Add setChild() function to allow/disallow children to find and attach to an individual node (requires updating RF24Network) per #41 - Create a new header every time a conn. verification attempt is made & reduce the delay
- Loading branch information
Showing
2 changed files
with
128 additions
and
55 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