[SX127x] Removed comment suggesting setGain only available on LoRa mode
This commit is contained in:
parent
baf2a78981
commit
45e65a2811
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue