From 23127d92c2c2cbef1b870686c4fc2dd5ba05daec Mon Sep 17 00:00:00 2001 From: Sylvain Miermont Date: Mon, 27 Oct 2014 15:00:25 +0100 Subject: v1.6.0 - Fixed bug with 250kHz and 500 kHz TX filtering - Adjusted FSK timestamp calibration in RX for accurate RX/TX alignment - Added lgw_abort_tx() function to stop a TX at any time (scheduled or ongoing) - Added support for user-settable FSK sync word (same for RX and TX) - Added support for the Chinese 780 MHz band - Added support for Kerlink 433 gateway - Added support for Cisco 433, 470 & 780 MHz concentrators boards --- libloragw/inc/loragw_reg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libloragw/inc/loragw_reg.h') diff --git a/libloragw/inc/loragw_reg.h b/libloragw/inc/loragw_reg.h index 1c6e9e7..49a03c9 100644 --- a/libloragw/inc/loragw_reg.h +++ b/libloragw/inc/loragw_reg.h @@ -366,8 +366,9 @@ this file is autogenerated from registers description #define LGW_DATA_MNGT_CPT_FRAME_ALLOCATED 322 #define LGW_DATA_MNGT_CPT_FRAME_FINISHED 323 #define LGW_DATA_MNGT_CPT_FRAME_READEN 324 +#define LGW_TX_TRIG_ALL 325 -#define LGW_TOTALREGS 325 +#define LGW_TOTALREGS 326 /* -------------------------------------------------------------------------- */ /* --- PUBLIC FUNCTIONS PROTOTYPES ------------------------------------------ */ -- cgit v1.2.3