From 3f22bb77f120f27fad71b6c47d4eb17936fc42a7 Mon Sep 17 00:00:00 2001 From: Sylvain Miermont Date: Thu, 15 May 2014 13:09:47 +0200 Subject: v1.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 --- libloragw/library.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libloragw/library.cfg') 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. -- cgit v1.2.3