diff options
author | Sylvain Miermont <smiermont@semtech.com> | 2014-06-27 15:45:51 +0200 |
---|---|---|
committer | Sylvain Miermont <smiermont@semtech.com> | 2014-06-27 15:45:51 +0200 |
commit | 5b962da815a502559a27c3d283c22a0a943f23bb (patch) | |
tree | 7d025f87ee47e7d272e0419c447a79cb055f318f /libloragw/library.cfg | |
parent | 3f22bb77f120f27fad71b6c47d4eb17936fc42a7 (diff) | |
download | lora_gateway-5b962da815a502559a27c3d283c22a0a943f23bb.tar.gz lora_gateway-5b962da815a502559a27c3d283c22a0a943f23bb.tar.bz2 lora_gateway-5b962da815a502559a27c3d283c22a0a943f23bb.zip |
v1.4.1v1.4.1
- Enabling support for FSK per LoRa MAC specification
- Adjusting TX and RX calibration set on 868 reference board
- Added specific RX/TX calibration set for Kerlink 868 "IoT station" gateway
- Changed default SPI port for native driver to Kerlink SPI device number
Diffstat (limited to 'libloragw/library.cfg')
-rw-r--r-- | libloragw/library.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libloragw/library.cfg b/libloragw/library.cfg index afcf80d..34e31bb 100644 --- a/libloragw/library.cfg +++ b/libloragw/library.cfg @@ -2,7 +2,7 @@ ### SPI interface to the concentrator ### # Accepted values: -# native Linux native SPI driver (/dev/spidev0.0) +# native Linux native SPI driver (/dev/spidev32766.0) # ftdi FTDI SPI-over-USB bridge using libmpsse/libftdi/libusb CFG_SPI= ftdi @@ -40,6 +40,7 @@ CFG_BAND= eu868 # dev_nano_868 FPGA-based nano-concentrator, with 868 MHz SAW filter # ref_1301_868 SX1301 reference board with SX1257 radios, 868 MHz filters # ref_1301_433 SX1301 reference board with SX1255 radios, 433 MHz filters +# kerlink_868 Kerlink LoRa 868MHz gateway # Keep empty for no calibration parameters (neutral values will be used). CFG_BRD= ref_1301_868 |