From 5030f31f10146de467cade3b650d85fa12225fbe Mon Sep 17 00:00:00 2001 From: Jason Reiss Date: Fri, 12 Jan 2018 12:05:19 -0600 Subject: lora: add autoquit_threshold to exit the packet forwarder if no PULL_ACK is received from the network server in 10 minutes --- .../global_conf.json.3.1.0.MTCAP-LORA-1-5.AS923-LBT.basic | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTCAP-LORA-1-5.AS923-LBT.basic') diff --git a/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTCAP-LORA-1-5.AS923-LBT.basic b/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTCAP-LORA-1-5.AS923-LBT.basic index 4a4a18e..822ae0f 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTCAP-LORA-1-5.AS923-LBT.basic +++ b/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTCAP-LORA-1-5.AS923-LBT.basic @@ -237,6 +237,7 @@ "keepalive_interval": 10, "push_timeout_ms": 120, "stat_interval": 20, - "synch_word": 52 + "synch_word": 52, + "autoquit_threshold": 60 } } -- cgit v1.2.3