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

pull/609/head
jgromes 2022-10-22 23:48:37 +02:00
rodzic baf2a78981
commit 45e65a2811
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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.

Wyświetl plik

@ -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.