diff --git a/_s_x1261_8h_source.html b/_s_x1261_8h_source.html index 2bc0f7e3..c5fdc912 100644 --- a/_s_x1261_8h_source.html +++ b/_s_x1261_8h_source.html @@ -122,7 +122,7 @@ $(document).ready(function(){initNavTree('_s_x1261_8h_source.html',''); initResi
53 #endif
Module
Implements all common low-level methods to control the wireless module. Every module class contains o...
Definition: Module.h:73
SX1261
Derived class for SX1261 modules.
Definition: SX1261.h:22
-
SX1261::setOutputPower
int16_t setOutputPower(int8_t power) override
Sets output power. Allowed values are in range from -17 to 14 dBm.
Definition: SX1261.cpp:8
+
SX1261::setOutputPower
int16_t setOutputPower(int8_t power) override
Sets output power. Allowed values are in range from -17 to 15 dBm.
Definition: SX1261.cpp:8
SX1261::SX1261
SX1261(Module *mod)
Default constructor.
Definition: SX1261.cpp:4
SX1261::checkOutputPower
int16_t checkOutputPower(int8_t power, int8_t *clipped) override
Check if output power is configurable.
Definition: SX1261.cpp:38
SX1262
Derived class for SX1262 modules.
Definition: SX1262.h:22
diff --git a/class_s_x1261.html b/class_s_x1261.html index e1c77713..dee62aa3 100644 --- a/class_s_x1261.html +++ b/class_s_x1261.html @@ -112,7 +112,7 @@ Public Member Functions  Default constructor. More...
  int16_t setOutputPower (int8_t power) override - Sets output power. Allowed values are in range from -17 to 14 dBm. More...
+ Sets output power. Allowed values are in range from -17 to 15 dBm. More...
  int16_t checkOutputPower (int8_t power, int8_t *clipped) override  Check if output power is configurable. More...
@@ -616,7 +616,7 @@ bool  -

Sets output power. Allowed values are in range from -17 to 14 dBm.

+

Sets output power. Allowed values are in range from -17 to 15 dBm.

Parameters
powerOutput power to be set in dBm.