aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/device')
-rw-r--r--Transceiver52M/device/lms/LMSDevice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Transceiver52M/device/lms/LMSDevice.cpp b/Transceiver52M/device/lms/LMSDevice.cpp
index 2a40f46..f1714a0 100644
--- a/Transceiver52M/device/lms/LMSDevice.cpp
+++ b/Transceiver52M/device/lms/LMSDevice.cpp
@@ -250,7 +250,7 @@ bool LMSDevice::stop()
double LMSDevice::maxTxGain()
{
- return 60.0;
+ return 73.0;
}
double LMSDevice::minTxGain()
@@ -260,7 +260,7 @@ double LMSDevice::minTxGain()
double LMSDevice::maxRxGain()
{
- return 70.0;
+ return 73.0;
}
double LMSDevice::minRxGain()