summaryrefslogtreecommitdiff
path: root/libloragw/VERSION
diff options
context:
space:
mode:
Diffstat (limited to 'libloragw/VERSION')
-rw-r--r--libloragw/VERSION20
1 files changed, 0 insertions, 20 deletions
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"