diff --git a/_lo_ra_w_a_n_8h_source.html b/_lo_ra_w_a_n_8h_source.html
index 53a34f47..77fca454 100644
--- a/_lo_ra_w_a_n_8h_source.html
+++ b/_lo_ra_w_a_n_8h_source.html
@@ -606,7 +606,7 @@ $(document).ready(function(){initNavTree('_lo_ra_w_a_n_8h_source.html',''); init
792 bool isMACPayload =
false;
-
+
797 #if !defined(RADIOLIB_EEPROM_UNSUPPORTED)
@@ -635,7 +635,7 @@ $(document).ready(function(){initNavTree('_lo_ra_w_a_n_8h_source.html',''); init
830 int16_t setupChannelsDyn(
bool joinRequest =
false);
-
+
834 int16_t setupChannelsFix(uint8_t subBand);
@@ -672,7 +672,7 @@ $(document).ready(function(){initNavTree('_lo_ra_w_a_n_8h_source.html',''); init
868 uint8_t getMacPayloadLength(uint8_t cid);
-
+
@@ -698,7 +698,7 @@ $(document).ready(function(){initNavTree('_lo_ra_w_a_n_8h_source.html',''); init
int16_t uplink(const char *str, uint8_t port, bool isConfirmed=false, LoRaWANEvent_t *event=NULL)
Send a message to the server.
Definition: LoRaWAN.cpp:881
int16_t sendReceive(const char *strUp, uint8_t port, uint8_t *dataDown, size_t *lenDown, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL)
Send a message to the server and wait for a downlink during Rx1 and/or Rx2 window.
Definition: LoRaWAN.cpp:1623
int16_t setTxPower(int8_t txPower, bool saveToEeprom=false)
Configure TX power of the radio module.
Definition: LoRaWAN.cpp:2021
-uint8_t maxPayloadDwellTime()
Returns the maximum payload given the currently present dwelltime limits. WARNING: the addition of MA...
Definition: LoRaWAN.cpp:2001
+uint8_t maxPayloadDwellTime()
Returns the maximum payload given the currently present dwell time limits. WARNING: the addition of M...
Definition: LoRaWAN.cpp:2001
void setDwellTime(bool enable, uint32_t msPerUplink=0)
Toggle adherence to dwellTime limits to on or off.
Definition: LoRaWAN.cpp:1992
uint32_t getFcntUp()
Returns the last uplink's frame counter.
Definition: LoRaWAN.cpp:1647
void setDeviceStatus(uint8_t battLevel)
Set device status.
Definition: LoRaWAN.cpp:1643
diff --git a/class_lo_ra_w_a_n_node.html b/class_lo_ra_w_a_n_node.html
index 78b910d1..99e0e21b 100644
--- a/class_lo_ra_w_a_n_node.html
+++ b/class_lo_ra_w_a_n_node.html
@@ -179,7 +179,7 @@ uint32_t | |
uint8_t | maxPayloadDwellTime () |
- | Returns the maximum payload given the currently present dwelltime limits. WARNING: the addition of MAC commands may cause uplink errors; if you want to be sure that your payload fits within dwelltime limits, subtract 16 from the result!
|
+ | Returns the maximum payload given the currently present dwell time limits. WARNING: the addition of MAC commands may cause uplink errors; if you want to be sure that your payload fits within dwell time limits, subtract 16 from the result!
|
|
int16_t | setTxPower (int8_t txPower, bool saveToEeprom=false) |
| Configure TX power of the radio module. More...
|
@@ -188,10 +188,10 @@ uint8_t | | Configures CSMA for LoRaWAN as per TR-13, LoRa Alliance. More...
|
|
int16_t | getMacLinkCheckAns (uint8_t *margin, uint8_t *gwCnt) |
- | Returns the quality of connectivity after requesting a LinkCheck MAC command. Returns 'true' if a network response was succesfully parsed. Returns 'false' if there was no network response / parsing failed. More...
|
+ | Returns the quality of connectivity after requesting a LinkCheck MAC command. Returns 'true' if a network response was successfully parsed. Returns 'false' if there was no network response / parsing failed. More...
|
|
int16_t | getMacDeviceTimeAns (uint32_t *gpsEpoch, uint8_t *fraction, bool returnUnix=true) |
- | Returns the network time after requesting a DeviceTime MAC command. Returns 'true' if a network response was succesfully parsed. Returns 'false' if there was no network response / parsing failed. More...
|
+ | Returns the network time after requesting a DeviceTime MAC command. Returns 'true' if a network response was successfully parsed. Returns 'false' if there was no network response / parsing failed. More...
|
|
| rx1DrOffset =
phy | Pointer to the PhysicalLayer radio module. |
band | Pointer to the LoRaWAN band to use. |
- subBand | The subband to be used (starting from 1!) |
+ subBand | The sub-band to be used (starting from 1!) |
@@ -457,7 +457,7 @@ uint8_t | rx1DrOffset =
Calculate the minimum interval to adhere to a certain dutyCycle. This interval is based on the ToA of one uplink and does not actually keep track of total airtime.
- Parameters
-
- msPerHour | The maximum allowed dutycyle (in milliseconds per hour). |
+ msPerHour | The maximum allowed duty cycle (in milliseconds per hour). |
airtime | The airtime of the uplink. |
@@ -498,7 +498,7 @@ uint8_t
| rx1DrOffset =
|
-
Returns the network time after requesting a DeviceTime MAC command. Returns 'true' if a network response was succesfully parsed. Returns 'false' if there was no network response / parsing failed.
+
Returns the network time after requesting a DeviceTime MAC command. Returns 'true' if a network response was successfully parsed. Returns 'false' if there was no network response / parsing failed.
- Parameters
-
gpsEpoch | Number of seconds since GPS epoch (Jan. 6th 1980) |
@@ -537,7 +537,7 @@ uint8_t rx1DrOffset =
|
-
Returns the quality of connectivity after requesting a LinkCheck MAC command. Returns 'true' if a network response was succesfully parsed. Returns 'false' if there was no network response / parsing failed.
+
Returns the quality of connectivity after requesting a LinkCheck MAC command. Returns 'true' if a network response was successfully parsed. Returns 'false' if there was no network response / parsing failed.
- Parameters
-
margin | Link margin in dB of LinkCheckReq demodulation at gateway side. |