Skip to content

Commit

Permalink
Bug fix & cleanup
Browse files Browse the repository at this point in the history
- Found bug in update() function if payload size < 8 : it would not read the payload, but end up timing out or in a loop with the radio unuseable
- Re-order the code so the data always gets read from the radio and discarded if too small
- Remove 25ms loop/txTime variable for writes as the application should manage calling update & write
- Moved function declarations from cpp to h file
- Clean up some tabs to spaces in h and cpp file
  • Loading branch information
TMRh20 committed Aug 12, 2020
1 parent 3474b15 commit 17120b3
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 306 deletions.
Loading

0 comments on commit 17120b3

Please sign in to comment.