diff --git a/_s_x126x_8h_source.html b/_s_x126x_8h_source.html
index db38a915..aa8a6167 100644
--- a/_s_x126x_8h_source.html
+++ b/_s_x126x_8h_source.html
@@ -702,7 +702,7 @@ $(document).ready(function(){initNavTree('_s_x126x_8h_source.html',''); initResi
uint8_t randomByte()
Get one truly random byte from RSSI noise.
Definition: SX126x.cpp:1223
int16_t receiveDirect() override
Starts direct mode reception. Only implemented for PhysicalLayer compatibility, as SX126x series does...
Definition: SX126x.cpp:316
int16_t finishTransmit() override
Clean up after transmission is done.
Definition: SX126x.cpp:435
-int16_t setCurrentLimit(float currentLimit)
Sets current protection limit. Can be set in 0.25 mA steps.
Definition: SX126x.cpp:727
+int16_t setCurrentLimit(float currentLimit)
Sets current protection limit. Can be set in 2.5 mA steps.
Definition: SX126x.cpp:727
int16_t transmitDirect(uint32_t frf=0) override
Starts direct mode transmission.
Definition: SX126x.cpp:300
int16_t variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX126X_MAX_PACKET_LENGTH)
Set modem in variable packet length mode. Available in FSK mode only.
Definition: SX126x.cpp:1132
int16_t begin(uint8_t cr, uint8_t syncWord, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false)
Initialization method for LoRa modem.
Definition: SX126x.cpp:12
diff --git a/class_l_l_c_c68.html b/class_l_l_c_c68.html
index 6404a533..bcdde744 100644
--- a/class_l_l_c_c68.html
+++ b/class_l_l_c_c68.html
@@ -226,7 +226,7 @@ void | | Sets LoRa sync word. More...
|
|
int16_t | setCurrentLimit (float currentLimit) |
- | Sets current protection limit. Can be set in 0.25 mA steps. More...
|
+ | Sets current protection limit. Can be set in 2.5 mA steps. More...
|
|
float | getCurrentLimit () |
| Reads current protection limit. More...
|
diff --git a/class_s_x1261.html b/class_s_x1261.html
index 9cb462a1..c64de995 100644
--- a/class_s_x1261.html
+++ b/class_s_x1261.html
@@ -217,7 +217,7 @@ void | | Sets LoRa sync word. More...
|
|
int16_t | setCurrentLimit (float currentLimit) |
- | Sets current protection limit. Can be set in 0.25 mA steps. More...
|
+ | Sets current protection limit. Can be set in 2.5 mA steps. More...
|
|
float | getCurrentLimit () |
| Reads current protection limit. More...
|
diff --git a/class_s_x1262.html b/class_s_x1262.html
index 64da4a73..f1366399 100644
--- a/class_s_x1262.html
+++ b/class_s_x1262.html
@@ -214,7 +214,7 @@ void | | Sets LoRa sync word. More...
|
|
int16_t | setCurrentLimit (float currentLimit) |
- | Sets current protection limit. Can be set in 0.25 mA steps. More...
|
+ | Sets current protection limit. Can be set in 2.5 mA steps. More...
|
|
float | getCurrentLimit () |
| Reads current protection limit. More...
|
diff --git a/class_s_x1268.html b/class_s_x1268.html
index 5f3be791..627030dc 100644
--- a/class_s_x1268.html
+++ b/class_s_x1268.html
@@ -212,7 +212,7 @@ void | | Sets LoRa sync word. More...
|
|
int16_t | setCurrentLimit (float currentLimit) |
- | Sets current protection limit. Can be set in 0.25 mA steps. More...
|
+ | Sets current protection limit. Can be set in 2.5 mA steps. More...
|
|
float | getCurrentLimit () |
| Reads current protection limit. More...
|
diff --git a/class_s_x126x.html b/class_s_x126x.html
index 13be4ceb..73a15bbc 100644
--- a/class_s_x126x.html
+++ b/class_s_x126x.html
@@ -196,7 +196,7 @@ void | | Sets LoRa sync word. More...
|
|
int16_t | setCurrentLimit (float currentLimit) |
- | Sets current protection limit. Can be set in 0.25 mA steps. More...
|
+ | Sets current protection limit. Can be set in 2.5 mA steps. More...
|
|
float | getCurrentLimit () |
| Reads current protection limit. More...
|
@@ -1489,7 +1489,7 @@ void
- Sets current protection limit. Can be set in 0.25 mA steps.
+Sets current protection limit. Can be set in 2.5 mA steps.
- Parameters
-
currentLimit | current protection limit to be set in mA. |
|