Skip to content

Commit

Permalink
change comment in example
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jan 4, 2025
1 parent c98d41f commit 80e7f13
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/MulticeiverDemo/MulticeiverDemo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ uint64_t address[6] = { 0x7878787878LL,
0xB3B4B5B60FLL,
0xB3B4B5B605LL };

// Because this example allow up to 6 nodes (specified by numbers 0-5) to
// transmit and only 1 node to receive, we will use a negative value in our
// role variable to signify this node is a receiver.
// role variable is used to control whether this node is sending or receiving
char role = 'R'; // integers 0-5 = TX node; character 'R' or integer 82 = RX node

Expand Down

0 comments on commit 80e7f13

Please sign in to comment.