diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2021-02-19 15:20:44 -0600 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2021-02-19 15:20:44 -0600 |
commit | 5027a9f482781186dc95e24c82a1239908362666 (patch) | |
tree | 8af3f3a927641256a6d912ef2c08fa94f51d2506 /util_tx_test | |
parent | 004c03449d498cfa495df4d7834b733f4697a10f (diff) | |
download | lora_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
Diffstat (limited to 'util_tx_test')
-rw-r--r-- | util_tx_test/src/util_tx_test.c | 2 |
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) */ |