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.EU868.basic | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTCAP-LORA-1-5.EU868.basic') diff --git a/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTCAP-LORA-1-5.EU868.basic b/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTCAP-LORA-1-5.EU868.basic index 6a5637f..630fb40 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTCAP-LORA-1-5.EU868.basic +++ b/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTCAP-LORA-1-5.EU868.basic @@ -189,7 +189,9 @@ "push_timeout_ms": 100, "forward_crc_valid": true, "forward_crc_error": true, - "forward_crc_disabled": false + "forward_crc_disabled": false, + "synch_word": 52, + "autoquit_threshold": 60 } } -- cgit v1.2.3