From dfa49e7d7f470eb1f85b10cc6538b7b88ba3a86f Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 6 Nov 2022 21:52:29 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=205efde?= =?UTF-8?q?edd67f1ea015887d3cd82559acfba7a6c03=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _s_x1262_8h_source.html | 2 +- class_l_l_c_c68.html | 2 +- class_s_x1262.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_s_x1262_8h_source.html b/_s_x1262_8h_source.html index 242467ab..cd43ccda 100644 --- a/_s_x1262_8h_source.html +++ b/_s_x1262_8h_source.html @@ -133,7 +133,7 @@ $(document).ready(function(){initNavTree('_s_x1262_8h_source.html',''); initResi
int16_t setFrequency(float freq)
Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz.
Definition: SX1262.cpp:50
Implements all common low-level methods to control the wireless module. Every module class contains o...
Definition: Module.h:16
int16_t beginFSK(float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=156.2, int8_t power=10, uint16_t preambleLength=16, float tcxoVoltage=1.6, bool useRegulatorLDO=false)
Initialization method for FSK modem.
Definition: SX1262.cpp:32
-
virtual int16_t setOutputPower(int8_t power)
Sets output power. Allowed values are in range from -17 to 22 dBm. This method is virtual to allow ov...
Definition: SX1262.cpp:84
+
virtual int16_t setOutputPower(int8_t power)
Sets output power. Allowed values are in range from -9 to 22 dBm. This method is virtual to allow ove...
Definition: SX1262.cpp:84
Derived class for SX1262 modules.
Definition: SX1262.h:19
Base class for SX126x series. All derived classes for SX126x (e.g. SX1262 or SX1268) inherit from thi...
Definition: SX126x.h:362
diff --git a/class_l_l_c_c68.html b/class_l_l_c_c68.html index cd4eb88d..ee3c54b4 100644 --- a/class_l_l_c_c68.html +++ b/class_l_l_c_c68.html @@ -137,7 +137,7 @@ Public Member Functions  Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
  virtual int16_t setOutputPower (int8_t power) - Sets output power. Allowed values are in range from -17 to 22 dBm. This method is virtual to allow override from the SX1261 class. More...
+ Sets output power. Allowed values are in range from -9 to 22 dBm. This method is virtual to allow override from the SX1261 class. More...
  - Public Member Functions inherited from SX126x  SX126x (Module *mod) diff --git a/class_s_x1262.html b/class_s_x1262.html index 87f16733..e2c8d3f4 100644 --- a/class_s_x1262.html +++ b/class_s_x1262.html @@ -125,7 +125,7 @@ Public Member Functions  Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
  virtual int16_t setOutputPower (int8_t power) - Sets output power. Allowed values are in range from -17 to 22 dBm. This method is virtual to allow override from the SX1261 class. More...
+ Sets output power. Allowed values are in range from -9 to 22 dBm. This method is virtual to allow override from the SX1261 class. More...
  - Public Member Functions inherited from SX126x  SX126x (Module *mod) @@ -708,7 +708,7 @@ void  -

Sets output power. Allowed values are in range from -17 to 22 dBm. This method is virtual to allow override from the SX1261 class.

+

Sets output power. Allowed values are in range from -9 to 22 dBm. This method is virtual to allow override from the SX1261 class.

Parameters
powerOutput power to be set in dBm.