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/src/loragw_reg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libloragw/src/loragw_reg.c') diff --git a/libloragw/src/loragw_reg.c b/libloragw/src/loragw_reg.c index 32a8207..7f9ec40 100644 --- a/libloragw/src/loragw_reg.c +++ b/libloragw/src/loragw_reg.c @@ -391,7 +391,8 @@ const struct lgw_reg_s loregs[LGW_TOTALREGS] = { {2,94,0,0,4,1,0}, /* DATA_MNGT_STATUS */ {2,95,0,0,5,1,0}, /* DATA_MNGT_CPT_FRAME_ALLOCATED */ {2,96,0,0,5,1,0}, /* DATA_MNGT_CPT_FRAME_FINISHED */ - {2,97,0,0,5,1,0} /* DATA_MNGT_CPT_FRAME_READEN */ + {2,97,0,0,5,1,0}, /* DATA_MNGT_CPT_FRAME_READEN */ + {1,33,0,0,8,0,0} /* TX_TRIG_ALL (alias) */ }; /* -------------------------------------------------------------------------- */ -- cgit v1.2.3