Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Sep 26, 2023
1 parent 639dc4f commit 48e97cd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions RF24Network_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@
#define ENABLE_DYNAMIC_PAYLOADS
#endif // DISABLE_DYNAMIC_PAYLOADS

// The number of 'pipes' available for addressing in the current device
// Networks with NRF24L01 devices only have 6 pipes
// NRF52x networks support up to 8 pipes
/* The number of 'pipes' available for addressing in the current device
* Networks with NRF24L01 devices only have 6 pipes
* NRF52x networks support up to 8 pipes
*/
#define NUM_PIPES 6

/* Debug Options */
Expand Down

0 comments on commit 48e97cd

Please sign in to comment.