summaryrefslogtreecommitdiff
path: root/libloragw/library.cfg
diff options
context:
space:
mode:
authorSylvain Miermont <smiermont@semtech.com>2014-05-15 13:09:47 +0200
committerSylvain Miermont <smiermont@semtech.com>2014-05-15 13:09:47 +0200
commit3f22bb77f120f27fad71b6c47d4eb17936fc42a7 (patch)
treee73789fb025ac2d9e14663781271ef8034906c02 /libloragw/library.cfg
parentf991b0e35ad1bd3b999c70e68c518bae91bd36a6 (diff)
downloadlora_gateway-3f22bb77f120f27fad71b6c47d4eb17936fc42a7.tar.gz
lora_gateway-3f22bb77f120f27fad71b6c47d4eb17936fc42a7.tar.bz2
lora_gateway-3f22bb77f120f27fad71b6c47d4eb17936fc42a7.zip
v1.4.0v1.4.0
- Added calibration routine to optimize RF performance - Added support for SX1301 433 MHz reference board - Improved AGC firmware - Improved RSSI accuracy - Improved utilities Makefile
Diffstat (limited to 'libloragw/library.cfg')
-rw-r--r--libloragw/library.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/libloragw/library.cfg b/libloragw/library.cfg
index 5751cb5..afcf80d 100644
--- a/libloragw/library.cfg
+++ b/libloragw/library.cfg
@@ -38,10 +38,11 @@ CFG_BAND= eu868
# and RF front-ends, and must be calibrated for each new board design.
# Available calibration parameters:
# dev_nano_868 FPGA-based nano-concentrator, with 868 MHz SAW filter
-# ref_1301_57nf SX1301 reference board with SX1257 radios, no filters
+# ref_1301_868 SX1301 reference board with SX1257 radios, 868 MHz filters
+# ref_1301_433 SX1301 reference board with SX1255 radios, 433 MHz filters
# Keep empty for no calibration parameters (neutral values will be used).
-CFG_BRD= ref_1301_57nf
+CFG_BRD= ref_1301_868
### Debug options ###
# Set the DEBUG_* to 1 to activate debug mode in individual modules.