diff --git a/_s_x1278_8h_source.html b/_s_x1278_8h_source.html
index c0f0b899..bd8e2288 100644
--- a/_s_x1278_8h_source.html
+++ b/_s_x1278_8h_source.html
@@ -292,7 +292,7 @@ $(document).ready(function(){initNavTree('_s_x1278_8h_source.html',''); initResi
int16_t setBandwidth(float bw)
Sets LoRa link bandwidth. Allowed values are 7.8, 10.4, 15.6, 20.8, 31.25, 41.7, 62....
Definition SX1278.cpp:96
int16_t implicitHeader(size_t len)
Set implicit header mode for future reception/transmission. Required for spreading factor 6.
Definition SX1278.cpp:537
int16_t setModem(ModemType_t modem) override
Set modem for the radio to use. Will perform full reset and reconfigure the radio using its default p...
Definition SX1278.cpp:691
-int16_t setOutputPower(int8_t power) override
Sets transmission output power. Allowed values range from -3 to 15 dBm (RFO pin) or +2 to +17 dBm (PA...
Definition SX1278.cpp:292
+int16_t setOutputPower(int8_t power) override
Sets transmission output power. Allowed values range from -4 to 15 dBm (RFO pin) or +2 to +17 dBm (PA...
Definition SX1278.cpp:292
void reset() override
Reset method. Will reset the chip to the default state using RST pin.
Definition SX1278.cpp:76
int16_t forceLDRO(bool enable)
Forces LoRa low data rate optimization. Only available in LoRa mode. After calling this method,...
Definition SX1278.cpp:514
int16_t explicitHeader()
Set explicit header mode for future reception/transmission.
Definition SX1278.cpp:542
diff --git a/class_s_x1276.html b/class_s_x1276.html
index af504721..549d8c84 100644
--- a/class_s_x1276.html
+++ b/class_s_x1276.html
@@ -159,10 +159,10 @@ Public Member Functions
| Check the data rate can be configured by this module.
|
|
int16_t | setOutputPower (int8_t power) override |
- | Sets transmission output power. Allowed values range from -3 to 15 dBm (RFO pin) or +2 to +17 dBm (PA_BOOST pin). High power +20 dBm operation is also supported, on the PA_BOOST pin. Defaults to PA_BOOST.
|
+ | Sets transmission output power. Allowed values range from -4 to 15 dBm (RFO pin) or +2 to +17 dBm (PA_BOOST pin). High power +20 dBm operation is also supported, on the PA_BOOST pin. Defaults to PA_BOOST.
|
|
int16_t | setOutputPower (int8_t power, bool useRfo) |
- | Sets transmission output power. Allowed values range from -3 to 15 dBm (RFO pin) or +2 to +17 dBm (PA_BOOST pin). High power +20 dBm operation is also supported, on the PA_BOOST pin.
|
+ | Sets transmission output power. Allowed values range from -4 to 15 dBm (RFO pin) or +2 to +17 dBm (PA_BOOST pin). High power +20 dBm operation is also supported, on the PA_BOOST pin.
|
|
int16_t | checkOutputPower (int8_t power, int8_t *clipped) override |
| Check if output power is configurable. This method is needed for compatibility with PhysicalLayer::checkOutputPower.
|
diff --git a/class_s_x1277.html b/class_s_x1277.html
index f28f014d..777946cf 100644
--- a/class_s_x1277.html
+++ b/class_s_x1277.html
@@ -165,10 +165,10 @@ Public Member Functions
| Check the data rate can be configured by this module.
|
|
int16_t | setOutputPower (int8_t power) override |
- | Sets transmission output power. Allowed values range from -3 to 15 dBm (RFO pin) or +2 to +17 dBm (PA_BOOST pin). High power +20 dBm operation is also supported, on the PA_BOOST pin. Defaults to PA_BOOST.
|
+ | Sets transmission output power. Allowed values range from -4 to 15 dBm (RFO pin) or +2 to +17 dBm (PA_BOOST pin). High power +20 dBm operation is also supported, on the PA_BOOST pin. Defaults to PA_BOOST.
|
|
int16_t | setOutputPower (int8_t power, bool useRfo) |
- | Sets transmission output power. Allowed values range from -3 to 15 dBm (RFO pin) or +2 to +17 dBm (PA_BOOST pin). High power +20 dBm operation is also supported, on the PA_BOOST pin.
|
+ | Sets transmission output power. Allowed values range from -4 to 15 dBm (RFO pin) or +2 to +17 dBm (PA_BOOST pin). High power +20 dBm operation is also supported, on the PA_BOOST pin.
|
|
int16_t | checkOutputPower (int8_t power, int8_t *clipped) override |
| Check if output power is configurable. This method is needed for compatibility with PhysicalLayer::checkOutputPower.
|
diff --git a/class_s_x1278.html b/class_s_x1278.html
index a8f119be..056d605a 100644
--- a/class_s_x1278.html
+++ b/class_s_x1278.html
@@ -151,10 +151,10 @@ Public Member Functions
| Check the data rate can be configured by this module.
|
|
int16_t | setOutputPower (int8_t power) override |
- | Sets transmission output power. Allowed values range from -3 to 15 dBm (RFO pin) or +2 to +17 dBm (PA_BOOST pin). High power +20 dBm operation is also supported, on the PA_BOOST pin. Defaults to PA_BOOST.
|
+ | Sets transmission output power. Allowed values range from -4 to 15 dBm (RFO pin) or +2 to +17 dBm (PA_BOOST pin). High power +20 dBm operation is also supported, on the PA_BOOST pin. Defaults to PA_BOOST.
|
|
int16_t | setOutputPower (int8_t power, bool useRfo) |
- | Sets transmission output power. Allowed values range from -3 to 15 dBm (RFO pin) or +2 to +17 dBm (PA_BOOST pin). High power +20 dBm operation is also supported, on the PA_BOOST pin.
|
+ | Sets transmission output power. Allowed values range from -4 to 15 dBm (RFO pin) or +2 to +17 dBm (PA_BOOST pin). High power +20 dBm operation is also supported, on the PA_BOOST pin.
|
|
int16_t | checkOutputPower (int8_t power, int8_t *clipped) override |
| Check if output power is configurable. This method is needed for compatibility with PhysicalLayer::checkOutputPower.
|
@@ -1429,7 +1429,7 @@ void dropSync () | <
-
Sets transmission output power. Allowed values range from -3 to 15 dBm (RFO pin) or +2 to +17 dBm (PA_BOOST pin). High power +20 dBm operation is also supported, on the PA_BOOST pin. Defaults to PA_BOOST.
+
Sets transmission output power. Allowed values range from -4 to 15 dBm (RFO pin) or +2 to +17 dBm (PA_BOOST pin). High power +20 dBm operation is also supported, on the PA_BOOST pin. Defaults to PA_BOOST.
- Parameters
-
power | Transmission output power in dBm. |
@@ -1468,7 +1468,7 @@ void dropSync () | <
-
Sets transmission output power. Allowed values range from -3 to 15 dBm (RFO pin) or +2 to +17 dBm (PA_BOOST pin). High power +20 dBm operation is also supported, on the PA_BOOST pin.
+
Sets transmission output power. Allowed values range from -4 to 15 dBm (RFO pin) or +2 to +17 dBm (PA_BOOST pin). High power +20 dBm operation is also supported, on the PA_BOOST pin.
- Parameters
-
power | Transmission output power in dBm. |
diff --git a/class_s_x1279.html b/class_s_x1279.html
index 5c60cec1..a6a16a87 100644
--- a/class_s_x1279.html
+++ b/class_s_x1279.html
@@ -156,10 +156,10 @@ Public Member Functions
| Check the data rate can be configured by this module.
|
|
int16_t | setOutputPower (int8_t power) override |
- | Sets transmission output power. Allowed values range from -3 to 15 dBm (RFO pin) or +2 to +17 dBm (PA_BOOST pin). High power +20 dBm operation is also supported, on the PA_BOOST pin. Defaults to PA_BOOST.
|
+ | Sets transmission output power. Allowed values range from -4 to 15 dBm (RFO pin) or +2 to +17 dBm (PA_BOOST pin). High power +20 dBm operation is also supported, on the PA_BOOST pin. Defaults to PA_BOOST.
|
|
int16_t | setOutputPower (int8_t power, bool useRfo) |
- | Sets transmission output power. Allowed values range from -3 to 15 dBm (RFO pin) or +2 to +17 dBm (PA_BOOST pin). High power +20 dBm operation is also supported, on the PA_BOOST pin.
|
+ | Sets transmission output power. Allowed values range from -4 to 15 dBm (RFO pin) or +2 to +17 dBm (PA_BOOST pin). High power +20 dBm operation is also supported, on the PA_BOOST pin.
|
|
int16_t | checkOutputPower (int8_t power, int8_t *clipped) override |
| Check if output power is configurable. This method is needed for compatibility with PhysicalLayer::checkOutputPower.
|