From b9710cd6fa8195e442f8bbce53364a125c9198ad Mon Sep 17 00:00:00 2001 From: Sylvain Miermont Date: Thu, 24 Oct 2013 11:10:04 +0200 Subject: v1.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 --- libloragw/VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libloragw/VERSION') 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" -- cgit v1.2.3