[SX127x] Removed comment suggesting setGain only available on LoRa mode

This commit is contained in:
jgromes 2022-10-22 23:48:37 +02:00
parent baf2a78981
commit 45e65a2811
2 changed files with 2 additions and 2 deletions

View file

@ -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. \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. \param gain Gain of receiver LNA (low-noise amplifier) to be set.

View file

@ -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. \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. \param gain Gain of receiver LNA (low-noise amplifier) to be set.