diff --git a/_s_x126x_8h_source.html b/_s_x126x_8h_source.html index dacc7bcd..26839de3 100644 --- a/_s_x126x_8h_source.html +++ b/_s_x126x_8h_source.html @@ -535,8 +535,8 @@ $(document).ready(function(){initNavTree('_s_x126x_8h_source.html',''); initResi
821 
827  float getRSSIInst();
828 
-
834  int16_t implicitHeader(size_t len);
-
835 
+
836  int16_t implicitHeader(size_t len);
+
837 
843  int16_t explicitHeader();
844 
850  int16_t setRegulatorLDO();
diff --git a/_s_x1272_8h_source.html b/_s_x1272_8h_source.html index 6ea4d992..67ab54c1 100644 --- a/_s_x1272_8h_source.html +++ b/_s_x1272_8h_source.html @@ -215,8 +215,8 @@ $(document).ready(function(){initNavTree('_s_x1272_8h_source.html',''); initResi
271 
278  int16_t autoLDRO();
279 
-
285  int16_t implicitHeader(size_t len);
-
286 
+
287  int16_t implicitHeader(size_t len);
+
288 
294  int16_t explicitHeader();
295 
296 #if !defined(RADIOLIB_GODMODE)
@@ -262,7 +262,7 @@ $(document).ready(function(){initNavTree('_s_x1272_8h_source.html',''); initResi
SX1272::reset
void reset() override
Reset method. Will reset the chip to the default state using RST pin.
Definition: SX1272.cpp:62
SX1272::setCRC
int16_t setCRC(bool enable, bool mode=false)
Enables/disables CRC check of received packets.
Definition: SX1272.cpp:380
SX1272::SX1272
SX1272(Module *mod)
Default constructor. Called from Arduino sketch when creating new LoRa instance.
Definition: SX1272.cpp:4
-
SX1272::implicitHeader
int16_t implicitHeader(size_t len)
Set implicit header mode for future reception/transmission.
Definition: SX1272.cpp:430
+
SX1272::implicitHeader
int16_t implicitHeader(size_t len)
Set implicit header mode for future reception/transmission. Required for spreading factor 6.
Definition: SX1272.cpp:430
SX1272::explicitHeader
int16_t explicitHeader()
Set explicit header mode for future reception/transmission.
Definition: SX1272.cpp:434
@@ -850,6 +844,12 @@ void 

Set implicit header mode for future reception/transmission.

+
Parameters
+ + +
lenPayload length in bytes.
+
+
Returns
Status Codes
diff --git a/class_s_x1272.html b/class_s_x1272.html index a7cc43f5..d314dbde 100644 --- a/class_s_x1272.html +++ b/class_s_x1272.html @@ -158,7 +158,7 @@ void  Re-enables automatic LDRO configuration. Only available in LoRa mode. After calling this method, LDRO will be enabled automatically when symbol length exceeds 16 ms. More...
  int16_t implicitHeader (size_t len) - Set implicit header mode for future reception/transmission. More...
+ Set implicit header mode for future reception/transmission. Required for spreading factor 6. More...
  int16_t explicitHeader ()  Set explicit header mode for future reception/transmission. More...
@@ -652,12 +652,6 @@ void 

Set explicit header mode for future reception/transmission.

-
Parameters
- - -
lenPayload length in bytes.
-
-
Returns
Status Codes
@@ -732,7 +726,13 @@ void  -

Set implicit header mode for future reception/transmission.

+

Set implicit header mode for future reception/transmission. Required for spreading factor 6.

+
Parameters
+ + +
lenPayload length in bytes.
+
+
Returns
Status Codes
diff --git a/class_s_x1273.html b/class_s_x1273.html index da8ebf96..d0b48a92 100644 --- a/class_s_x1273.html +++ b/class_s_x1273.html @@ -168,7 +168,7 @@ void  Re-enables automatic LDRO configuration. Only available in LoRa mode. After calling this method, LDRO will be enabled automatically when symbol length exceeds 16 ms. More...
  int16_t implicitHeader (size_t len) - Set implicit header mode for future reception/transmission. More...
+ Set implicit header mode for future reception/transmission. Required for spreading factor 6. More...
  int16_t explicitHeader ()  Set explicit header mode for future reception/transmission. More...
diff --git a/class_s_x1276.html b/class_s_x1276.html index 3ee6c61b..4cd137fc 100644 --- a/class_s_x1276.html +++ b/class_s_x1276.html @@ -171,7 +171,7 @@ void  Re-enables automatic LDRO configuration. Only available in LoRa mode. After calling this method, LDRO will be enabled automatically when symbol length exceeds 16 ms. More...
  int16_t implicitHeader (size_t len) - Set implicit header mode for future reception/transmission. More...
+ Set implicit header mode for future reception/transmission. Required for spreading factor 6. More...
  int16_t explicitHeader ()  Set explicit header mode for future reception/transmission. More...
diff --git a/class_s_x1277.html b/class_s_x1277.html index f48ea3c8..9baff8c4 100644 --- a/class_s_x1277.html +++ b/class_s_x1277.html @@ -174,7 +174,7 @@ void  Re-enables automatic LDRO configuration. Only available in LoRa mode. After calling this method, LDRO will be enabled automatically when symbol length exceeds 16 ms. More...
  int16_t implicitHeader (size_t len) - Set implicit header mode for future reception/transmission. More...
+ Set implicit header mode for future reception/transmission. Required for spreading factor 6. More...
  int16_t explicitHeader ()  Set explicit header mode for future reception/transmission. More...
diff --git a/class_s_x1278.html b/class_s_x1278.html index 60db5034..e2dab8ad 100644 --- a/class_s_x1278.html +++ b/class_s_x1278.html @@ -163,7 +163,7 @@ void  Re-enables automatic LDRO configuration. Only available in LoRa mode. After calling this method, LDRO will be enabled automatically when symbol length exceeds 16 ms. More...
  int16_t implicitHeader (size_t len) - Set implicit header mode for future reception/transmission. More...
+ Set implicit header mode for future reception/transmission. Required for spreading factor 6. More...
  int16_t explicitHeader ()  Set explicit header mode for future reception/transmission. More...
@@ -657,12 +657,6 @@ void 

Set explicit header mode for future reception/transmission.

-
Parameters
- - -
lenPayload length in bytes.
-
-
Returns
Status Codes
@@ -737,7 +731,13 @@ void  -

Set implicit header mode for future reception/transmission.

+

Set implicit header mode for future reception/transmission. Required for spreading factor 6.

+
Parameters
+ + +
lenPayload length in bytes.
+
+
Returns
Status Codes
diff --git a/class_s_x1279.html b/class_s_x1279.html index 118c55f0..f4bdf987 100644 --- a/class_s_x1279.html +++ b/class_s_x1279.html @@ -171,7 +171,7 @@ void  Re-enables automatic LDRO configuration. Only available in LoRa mode. After calling this method, LDRO will be enabled automatically when symbol length exceeds 16 ms. More...
  int16_t implicitHeader (size_t len) - Set implicit header mode for future reception/transmission. More...
+ Set implicit header mode for future reception/transmission. Required for spreading factor 6. More...
  int16_t explicitHeader ()  Set explicit header mode for future reception/transmission. More...