summaryrefslogtreecommitdiff
path: root/libloragw/VERSION
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/VERSION
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/VERSION')
-rw-r--r--libloragw/VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/libloragw/VERSION b/libloragw/VERSION
index eafdd0f..94fa4e6 100644
--- a/libloragw/VERSION
+++ b/libloragw/VERSION
@@ -1,8 +1,8 @@
/* Software library version: */
-#define VERSION_LIBRARY "beta8"
+#define VERSION_LIBRARY "1.0.0"
/* API version */
-#define VERSION_API "beta"
+#define VERSION_API "1.0"
/* Accepted value of CHIP_ID (SPI registers) must match reg default value in loragw_reg.c */
#define ACCEPT_CHIP_ID "1"