-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix: re-transmit mechanism - this was not working if waiting for an ack due to the `hold` variable being set. - Fix: `hold` variable was not being set or unset where it should be - Remove out_pos & dataPos variables from userdata struct, replace with data_pos variable - Add attribute_packed to the userdata struct since it is now mis-aligned - Now only transmit one RF24Network payload instead of a retry, since the rexmit mechanism is now working
- Loading branch information
Showing
3 changed files
with
52 additions
and
50 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
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