From 39e6bd8b1f5cd8fa1c30963a19d9a39ea609820a Mon Sep 17 00:00:00 2001 From: andreas128 Date: Mon, 25 Sep 2017 18:24:22 +0200 Subject: Add documentation to README.md --- dpd/src/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dpd/src/const.py') 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 -- cgit v1.2.3