blob: 3440bb13f131b756ed67d5da9b0a4e450cca92be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/* Software library version: */
#define VERSION_LIBRARY "1.1.0"
/* API version */
#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"
/* 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"
|