From 48c8fd6416abb488d7f4ad208c7be0d8254ea97e Mon Sep 17 00:00:00 2001 From: TMRh20 Date: Sun, 17 Mar 2024 08:52:44 -0600 Subject: [PATCH] Update addressing.md (#224) --- docs/addressing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/addressing.md b/docs/addressing.md index a9930ab6..1ee56feb 100644 --- a/docs/addressing.md +++ b/docs/addressing.md @@ -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