From 45e65a281158cfa537fc79325e06593c7cd697ea Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 22 Oct 2022 23:48:37 +0200 Subject: [PATCH] [SX127x] Removed comment suggesting setGain only available on LoRa mode --- src/modules/SX127x/SX1272.h | 2 +- src/modules/SX127x/SX1278.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/SX127x/SX1272.h b/src/modules/SX127x/SX1272.h index e4343b66..8ef723f7 100644 --- a/src/modules/SX127x/SX1272.h +++ b/src/modules/SX127x/SX1272.h @@ -210,7 +210,7 @@ class SX1272: public SX127x { /*! \brief Sets gain of receiver LNA (low-noise amplifier). Can be set to any integer in range 1 to 6 where 1 is the highest gain. - Set to 0 to enable automatic gain control (recommended). Only available in %LoRa mode. + Set to 0 to enable automatic gain control (recommended). \param gain Gain of receiver LNA (low-noise amplifier) to be set. diff --git a/src/modules/SX127x/SX1278.h b/src/modules/SX127x/SX1278.h index cffedc81..fd274572 100644 --- a/src/modules/SX127x/SX1278.h +++ b/src/modules/SX127x/SX1278.h @@ -219,7 +219,7 @@ class SX1278: public SX127x { /*! \brief Sets gain of receiver LNA (low-noise amplifier). Can be set to any integer in range 1 to 6 where 1 is the highest gain. - Set to 0 to enable automatic gain control (recommended). Only available in %LoRa mode. + Set to 0 to enable automatic gain control (recommended). \param gain Gain of receiver LNA (low-noise amplifier) to be set.