From 9b0c11e6b50391eba1dc9b334b2bf956bafc4a80 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Sun, 24 Jul 2016 20:29:36 -0500 Subject: [PATCH] Update Config File --- hblink-SAMPLE.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hblink-SAMPLE.cfg b/hblink-SAMPLE.cfg index 7402a29..0263024 100644 --- a/hblink-SAMPLE.cfg +++ b/hblink-SAMPLE.cfg @@ -1,9 +1,13 @@ # PROGRAM-WIDE PARAMETERS GO HERE # PATH - working path for files, leave it alone unless you NEED to change it # PING_TIME - the interval that clients will ping the master, and re-try registraion +# - how often the Master maintenance loop runs +# MAX_MISSED - how many pings are missed before we give up and re-register +# - number of times the master maintenance loop runs before de-registering a client [GLOBAL] PATH: ./ PING_TIME: 5 +MAX_MISSED: 3 # LOGGING CONFIGURATION # Should be self explanatory. See Python logging module for more information @@ -48,7 +52,7 @@ RX_FREQ: 449000000 TX_FREQ: 444000000 TX_POWER: 25 COLORCODE: 1 -LATITUDE: 038.0000 +LATITUDE: 38.0000 LONGITUDE: -095.0000 HEIGHT: 75 LOCATION: Anywhere, USA