summaryrefslogtreecommitdiff
path: root/digital
diff options
context:
space:
mode:
authorFlorent Duchon2013-04-23 16:47:08 +0200
committerFlorent Duchon2013-04-23 17:16:19 +0200
commitab2ad44080a860842f371aba41d81f4a1c0f16bf (patch)
treef3d271d5b828ccb40924d63e63b505467706ad05 /digital
parent49bced0b449688ef5532d67615deefeb01d06f72 (diff)
digital/beacon: allow router connections
Diffstat (limited to 'digital')
-rw-r--r--digital/beacon/src/configuration.h2
1 files changed, 1 insertions, 1 deletions
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.