aboutsummaryrefslogtreecommitdiffstats
path: root/dpd/src/const.py
diff options
context:
space:
mode:
Diffstat (limited to 'dpd/src/const.py')
-rw-r--r--dpd/src/const.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpd/src/const.py b/dpd/src/const.py
index 6b0178f..cbef8af 100644
--- a/dpd/src/const.py
+++ b/dpd/src/const.py
@@ -45,7 +45,7 @@ class const:
# Constants for TX_Agc
self.TAGC_max_txgain = 89
- self.TAGC_tx_median_target = 0.1
+ self.TAGC_tx_median_target = target_median
self.TAGC_tx_median_max = self.TAGC_tx_median_target*1.4
self.TAGC_tx_median_min = self.TAGC_tx_median_target/1.4