From a39d133560cbb617557bb912f0c188bab73055fd Mon Sep 17 00:00:00 2001 From: Sylvain Miermont Date: Fri, 27 Jun 2014 16:14:32 +0200 Subject: v1.5.0 - Adding option to discriminate LoRa MAC networks from private LoRa networks at PHY level. --- libloragw/library.cfg | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libloragw/library.cfg') diff --git a/libloragw/library.cfg b/libloragw/library.cfg index 34e31bb..1db5195 100644 --- a/libloragw/library.cfg +++ b/libloragw/library.cfg @@ -45,6 +45,13 @@ CFG_BAND= eu868 CFG_BRD= ref_1301_868 +### Network Type ### +# Accepted values: +# private Default +# lora_mac Only compliant with devices running LoRa MAC + +CFG_NET= private + ### Debug options ### # Set the DEBUG_* to 1 to activate debug mode in individual modules. # Warning: that makes the module *very verbose*, do not use for production -- cgit v1.2.3