summaryrefslogtreecommitdiff
path: root/libloragw/src/loragw_reg.c
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2021-01-20 17:24:10 -0600
committerJason Reiss <jreiss@multitech.com>2021-01-20 17:24:10 -0600
commit71a8866e4ba1000ffd5df0a871009a4545c0e855 (patch)
treea992176effd39d4d3cef223e4f6d812f7937150f /libloragw/src/loragw_reg.c
parent03a003c56355b7597c68711ce95424285b66d311 (diff)
downloadlora_gateway_mtac_full-71a8866e4ba1000ffd5df0a871009a4545c0e855.tar.gz
lora_gateway_mtac_full-71a8866e4ba1000ffd5df0a871009a4545c0e855.tar.bz2
lora_gateway_mtac_full-71a8866e4ba1000ffd5df0a871009a4545c0e855.zip
Allow dig_gain to be set in txpkt for 64 tx output options5.0.3
Diffstat (limited to 'libloragw/src/loragw_reg.c')
-rw-r--r--libloragw/src/loragw_reg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libloragw/src/loragw_reg.c b/libloragw/src/loragw_reg.c
index 5991384..b5a1d46 100644
--- a/libloragw/src/loragw_reg.c
+++ b/libloragw/src/loragw_reg.c
@@ -49,7 +49,7 @@ Maintainer: Sylvain Miermont
#define PAGE_MASK 0x03
const uint8_t FPGA_VERSIONS_SUPPORTED[] = { 28, 31, 32, 33, 34, 35, 37 }; /* several versions could be supported */
-const uint8_t FPGA_VERSIONS_SUPPORTING_ATTENUATOR[] = { 32, 34, 35, 37 }; /* defines lgw_send power interpretation */
+const uint8_t FPGA_VERSIONS_SUPPORTING_ATTENUATOR[] = { 37 }; /* defines lgw_send power interpretation */
/*
auto generated register mapping for C code : 11-Jul-2013 13:20:40