Skip to content

Commit 48c8fd6

Browse files
authored
Update addressing.md (#224)
1 parent f57a953 commit 48c8fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/addressing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The above example is exactly how RF24Network manages the addresses, but they are
3232
RF24Network supports various configurations, but by default has multicast enabled. This means one additional pipe is taken up on each
3333
node for multicasting. The master node will support 5 nodes (01 through 05) and 1 multicast address, while the nodes themselves will
3434
support 4 nodes (01n to 04n etc), 1 multicast address and 1 parent pipe. Users can edit RF24Network_config.h and comment out
35-
`#define RF24NetworkMulticast` as well. This allows the master to support 6 children, with nodes supporting 5 children each.
35+
`#define RF24NetworkMulticast` as well. This allows the master to support 5 children, with nodes supporting 5 children also.
3636
See the [Topology and Overview](md_docs_tuning.html) page for more info regarding topology.
3737

3838
### Decimal, Octal and Binary

0 commit comments

Comments
 (0)