summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Sharma <harsh.sharma@multitech.com>2021-02-19 15:20:44 -0600
committerHarsh Sharma <harsh.sharma@multitech.com>2021-02-19 15:20:44 -0600
commit5027a9f482781186dc95e24c82a1239908362666 (patch)
tree8af3f3a927641256a6d912ef2c08fa94f51d2506
parent004c03449d498cfa495df4d7834b733f4697a10f (diff)
downloadlora_gateway_mtac_full-5027a9f482781186dc95e24c82a1239908362666.tar.gz
lora_gateway_mtac_full-5027a9f482781186dc95e24c82a1239908362666.tar.bz2
lora_gateway_mtac_full-5027a9f482781186dc95e24c82a1239908362666.zip
Updated default dac value for util tx test to 3
-rw-r--r--util_tx_test/src/util_tx_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util_tx_test/src/util_tx_test.c b/util_tx_test/src/util_tx_test.c
index 654b46a..a59e5e5 100644
--- a/util_tx_test/src/util_tx_test.c
+++ b/util_tx_test/src/util_tx_test.c
@@ -200,7 +200,7 @@ int main(int argc, char **argv)
bool force_tx_lut = false;
uint8_t dig_gain = 0; /*!> 2 bits, control of the digital gain of SX1301 */
uint8_t pa_gain = 0; /*!> 2 bits, control of the external PA (SX1301 I/O) */
- uint8_t dac_gain = 0; /*!> 2 bits, control of the radio DAC */
+ uint8_t dac_gain = 3; /*!> 2 bits, control of the radio DAC */
uint8_t mix_gain = 0; /*!> 4 bits, control of the radio mixer */
/* RF configuration (TX fail if RF chain is not enabled) */