diff --git a/_s_t_m32_w_lx_8h_source.html b/_s_t_m32_w_lx_8h_source.html
index 12b0767b..573d077d 100644
--- a/_s_t_m32_w_lx_8h_source.html
+++ b/_s_t_m32_w_lx_8h_source.html
@@ -127,28 +127,28 @@ $(document).ready(function(){initNavTree('_s_t_m32_w_lx_8h_source.html',''); ini
-
-
-
-
-
-
-
-
-
- 122 #if !defined(RADIOLIB_GODMODE)
-
-
- 125 virtual int16_t clearIrqStatus(uint16_t clearIrqParams)
override;
-
- 127 #if !defined(RADIOLIB_GODMODE)
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+ 123 #if !defined(RADIOLIB_GODMODE)
+
+
+ 126 virtual int16_t clearIrqStatus(uint16_t clearIrqParams)
override;
+
+ 128 #if !defined(RADIOLIB_GODMODE)
+
+
+
+
+
+
+
@ MODE_TX
Definition: Module.h:71
@ MODE_IDLE
Definition: Module.h:67
@ MODE_RX
Definition: Module.h:69
@@ -156,8 +156,8 @@ $(document).ready(function(){initNavTree('_s_t_m32_w_lx_8h_source.html',''); ini
Definition: STM32WLx_Module.h:26
Derived class for STM32WL modules.
Definition: STM32WLx.h:33
int16_t begin(float freq=434.0, float bw=125.0, uint8_t sf=9, uint8_t cr=7, uint8_t syncWord=RADIOLIB_SX126X_SYNC_WORD_PRIVATE, int8_t power=10, uint16_t preambleLength=8, float tcxoVoltage=1.6, bool useRegulatorLDO=false)
Initialization method for LoRa modem.
Definition: STM32WLx.cpp:13
-void clearDio1Action()
Clears interrupt service routine to call when DIO1/2/3 activates.
Definition: STM32WLx.cpp:98
-void setDio1Action(void(*func)(void))
Sets interrupt service routine to call when DIO1/2/3 activates.
Definition: STM32WLx.cpp:88
+void clearDio1Action()
Clears interrupt service routine to call when DIO1/2/3 activates.
Definition: STM32WLx.cpp:125
+void setDio1Action(void(*func)(void))
Sets interrupt service routine to call when DIO1/2/3 activates.
Definition: STM32WLx.cpp:115
virtual int16_t setOutputPower(int8_t power) override
Sets output power. Allowed values are in range from -17 to 22 dBm.
Definition: STM32WLx.cpp:41
STM32WLx(STM32WLx_Module *mod)
Default constructor.
Definition: STM32WLx.cpp:11
OpMode_t
Custom operation modes for STMWLx.
Definition: STM32WLx.h:51
diff --git a/class_s_t_m32_w_lx.html b/class_s_t_m32_w_lx.html
index b417e45e..935507a7 100644
--- a/class_s_t_m32_w_lx.html
+++ b/class_s_t_m32_w_lx.html
@@ -752,7 +752,7 @@ bool setRfSwitchTable()), HP is used, which supports -9 to +22dBm.
+ LP is preferred and supports -17 to +14dBm. When a higher power is requested (or the LP amplifier is marked as unavailable using setRfSwitchTable()), HP is used, which supports -9 to +22dBm. If the LP is marked as unavailable, HP output will be used instead.
- Parameters
-
power | Output power to be set in dBm. |
|