diff options
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) */ |