summaryrefslogtreecommitdiff
path: root/libloragw/library.cfg
diff options
context:
space:
mode:
authorSylvain Miermont <smiermont@semtech.com>2013-10-24 11:10:04 +0200
committerSylvain Miermont <smiermont@semtech.com>2013-10-24 11:10:50 +0200
commitb9710cd6fa8195e442f8bbce53364a125c9198ad (patch)
treed01d5345b7c85df6d003db1e17c82187c8b22d31 /libloragw/library.cfg
parent4977430ef31fb52994fed42b9cb180930ed943d0 (diff)
downloadlora_gateway-b9710cd6fa8195e442f8bbce53364a125c9198ad.tar.gz
lora_gateway-b9710cd6fa8195e442f8bbce53364a125c9198ad.tar.bz2
lora_gateway-b9710cd6fa8195e442f8bbce53364a125c9198ad.zip
v1.0.0v1.0.0
- switched FTDI as default SPI phy layer in library.cfg - fixed a bug in TX power control; still only two TW power available, 14 and 24 dBm - changed library directory name from loragw_hal to libloragw to follow usual conventions
Diffstat (limited to 'libloragw/library.cfg')
-rw-r--r--libloragw/library.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/libloragw/library.cfg b/libloragw/library.cfg
index ac24416..8e3ba0e 100644
--- a/libloragw/library.cfg
+++ b/libloragw/library.cfg
@@ -19,8 +19,8 @@ FLAG_HAL= -D DEBUG_HAL=0
# The flags bellow define which physical link to the nano board will be used
# Pick one and comment the other(s)
-# Pcduino native SPI (Linux device in /dev)
-LGW_PHY= native
-
# FTDI SPI-over-USB bridge
-#LGW_PHY= ftdi
+LGW_PHY= ftdi
+
+# Pcduino native SPI (Linux device in /dev)
+#LGW_PHY= native