From f991b0e35ad1bd3b999c70e68c518bae91bd36a6 Mon Sep 17 00:00:00 2001 From: Sylvain Miermont Date: Fri, 28 Mar 2014 16:58:48 +0100 Subject: v1.3.0 - Added TX power management. - Added full support for SX1301 reference board. - Changed build system with configuration for multiple chip/radio/band support. - SX125x bandwidth set to 1MHz by default (was 800 kHz). - Solved warnings with 64b integer printf when compiling on x86_64. - Renamed helper programs to reduce the concentrator vs. gateway confusion. --- libloragw/VERSION | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 libloragw/VERSION (limited to 'libloragw/VERSION') diff --git a/libloragw/VERSION b/libloragw/VERSION deleted file mode 100644 index e7ee96c..0000000 --- a/libloragw/VERSION +++ /dev/null @@ -1,20 +0,0 @@ -/* Software library version: */ -#define VERSION_LIBRARY "1.2.2" - -/* API version */ -#define VERSION_API "1" - -/* Accepted value of CHIP_ID (SPI registers) must match reg default value in loragw_reg.c */ -#define ACCEPT_CHIP_ID "1" - -/* Accepted value of VERSION (SPI registers) must match reg default value in loragw_reg.c */ -#define ACCEPT_VERSION_REG "103" - -/* Accepted radio components */ -#define INFO_RADIO_CHIP "dual SX1257" - -/* Radio constants defined for the following bands */ -#define INFO_RF_PARAM "863-870 MHz TX&RX" - -/* Library validated on the following concentrator boards */ -#define INFO_REF_HARDWARE "Semtech Nano Concentrator v1 and v2" -- cgit v1.2.3