diff options
Diffstat (limited to 'apps/grgsm_trx')
-rwxr-xr-x | apps/grgsm_trx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/grgsm_trx b/apps/grgsm_trx index 228be5d..128adab 100755 --- a/apps/grgsm_trx +++ b/apps/grgsm_trx @@ -42,11 +42,11 @@ class Application: base_port = 5700 # PHY specific - phy_sample_rate = 4*1625000/6 + phy_sample_rate = 4 * 1625000 / 6 phy_tx_antenna = "TX/RX" phy_rx_antenna = "RX2" phy_rx_gain = 30 - phy_tx_gain = 40 + phy_tx_gain = 10 phy_args = "" phy_ppm = 0 @@ -101,7 +101,7 @@ class Application: # PHY specific s += " Radio interface specific\n" \ " -a --device-args Set device arguments\n" \ - " -s --sample-rate Set sample rate (default 2000000)\n" \ + " -s --sample-rate Set sample rate\n" \ " -g --rx-gain Set RX gain (default 30)\n" \ " -G --tx-gain Set TX gain (default 10)\n" \ " --rx-antenna Set RX antenna (default RX2)\n" \ |