Skip to content

Commit

Permalink
Merge pull request #34 from mawdegroot/patch-1
Browse files Browse the repository at this point in the history
Allow larger LUT table for additional power levels
  • Loading branch information
JayKickliter authored Mar 27, 2023
2 parents 54eaa91 + f8435b8 commit eb5b4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libloragw/inc/loragw_hal.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ License: Revised BSD License, see LICENSE.TXT file include in the project
#define RX_SUSPENDED 3 /* RX is suspended while a TX is ongoing */

/* Maximum size of Tx gain LUT */
#define TX_GAIN_LUT_SIZE_MAX 16
#define TX_GAIN_LUT_SIZE_MAX 32

/* -------------------------------------------------------------------------- */
/* --- PUBLIC TYPES --------------------------------------------------------- */
Expand Down

0 comments on commit eb5b4e0

Please sign in to comment.