From 587916e8104bb14cb880ab23581f25871c7c32de Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 8 May 2018 18:46:28 +0200 Subject: [PATCH] LMSDevice: Set correct values for Max{Tx,Rx}Gain Change-Id: I3b3a7080a69e15d8d6770186810d922227439099 --- Transceiver52M/device/lms/LMSDevice.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Transceiver52M/device/lms/LMSDevice.cpp b/Transceiver52M/device/lms/LMSDevice.cpp index 2a40f466..f1714a07 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()