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.