From ab2ad44080a860842f371aba41d81f4a1c0f16bf Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Tue, 23 Apr 2013 16:47:08 +0200 Subject: digital/beacon: allow router connections --- digital/beacon/src/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital') diff --git a/digital/beacon/src/configuration.h b/digital/beacon/src/configuration.h index 834750b0..d22cc21f 100644 --- a/digital/beacon/src/configuration.h +++ b/digital/beacon/src/configuration.h @@ -102,7 +102,7 @@ // The parameter determines how many routers the device can have as children. Note // that the maximum number of end devices is equal to CS_MAX_CHILDREN_AMOUNT - // CS_MAX_CHILDREN_ROUTER_AMOUNT. -#define CS_MAX_CHILDREN_ROUTER_AMOUNT 0 +#define CS_MAX_CHILDREN_ROUTER_AMOUNT 4 // Network depht limits amount of hops that packet may travel in the network. // Actual maximum number of hops is network depth multiplied by 2. -- cgit v1.2.3