Skip to content

Commit

Permalink
Update addressing.md (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Mar 17, 2024
1 parent f57a953 commit 48c8fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/addressing.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The above example is exactly how RF24Network manages the addresses, but they are
RF24Network supports various configurations, but by default has multicast enabled. This means one additional pipe is taken up on each
node for multicasting. The master node will support 5 nodes (01 through 05) and 1 multicast address, while the nodes themselves will
support 4 nodes (01n to 04n etc), 1 multicast address and 1 parent pipe. Users can edit RF24Network_config.h and comment out
`#define RF24NetworkMulticast` as well. This allows the master to support 6 children, with nodes supporting 5 children each.
`#define RF24NetworkMulticast` as well. This allows the master to support 5 children, with nodes supporting 5 children also.
See the [Topology and Overview](md_docs_tuning.html) page for more info regarding topology.

### Decimal, Octal and Binary
Expand Down

0 comments on commit 48c8fd6

Please sign in to comment.