diff --git a/_pager_8h_source.html b/_pager_8h_source.html
index cecfc6d1..ce81ecbf 100644
--- a/_pager_8h_source.html
+++ b/_pager_8h_source.html
@@ -165,55 +165,60 @@ $(document).ready(function(){initNavTree('_pager_8h_source.html',''); initResiza
143 int16_t
transmit(uint8_t* data,
size_t len, uint32_t addr, uint8_t encoding = RADIOLIB_PAGER_BCD);
- 156 int16_t
startReceive(RADIOLIB_PIN_TYPE pin, uint32_t addr, uint32_t mask = 0xFFFFF);
-
-
-
- 177 int16_t
readData(String& str,
size_t len = 0, uint32_t* addr = NULL);
-
- 192 int16_t
readData(uint8_t* data,
size_t* len, uint32_t* addr = NULL);
-
- 194 #if !defined(RADIOLIB_GODMODE)
-
-
-
-
-
-
-
-
-
- 204 uint16_t _bitDuration;
- 205 uint32_t _readBatchPos;
- 206 uint32_t _filterAddr;
- 207 uint32_t _filterMask;
-
-
-
- 211 int32_t _bchAlphaTo[RADIOLIB_PAGER_BCH_N + 1];
- 212 int32_t _bchIndexOf[RADIOLIB_PAGER_BCH_N + 1];
- 213 int32_t _bchG[RADIOLIB_PAGER_BCH_N - RADIOLIB_PAGER_BCH_K + 1];
-
- 215 void write(uint32_t* data,
size_t len);
- 216 void write(uint32_t codeWord);
-
-
- 219 uint8_t encodeBCD(
char c);
- 220 char decodeBCD(uint8_t b);
-
-
- 223 uint32_t encodeBCH(uint32_t data);
-
-
-
+
+ 146 #if !defined(RADIOLIB_EXCLUDE_DIRECT_RECEIVE)
+ 158 int16_t
startReceive(RADIOLIB_PIN_TYPE pin, uint32_t addr, uint32_t mask = 0xFFFFF);
+
+
+
+ 179 int16_t
readData(String& str,
size_t len = 0, uint32_t* addr = NULL);
+
+ 194 int16_t
readData(uint8_t* data,
size_t* len, uint32_t* addr = NULL);
+
+
+ 197 #if !defined(RADIOLIB_GODMODE)
+
+
+
+
+
+
+
+
+
+ 207 uint16_t _bitDuration;
+ 208 uint32_t _filterAddr;
+ 209 uint32_t _filterMask;
+
+
+
+ 213 int32_t _bchAlphaTo[RADIOLIB_PAGER_BCH_N + 1];
+ 214 int32_t _bchIndexOf[RADIOLIB_PAGER_BCH_N + 1];
+ 215 int32_t _bchG[RADIOLIB_PAGER_BCH_N - RADIOLIB_PAGER_BCH_K + 1];
+
+ 217 void write(uint32_t* data,
size_t len);
+ 218 void write(uint32_t codeWord);
+
+ 220 #if !defined(RADIOLIB_EXCLUDE_DIRECT_RECEIVE)
+
+
+
+ 224 uint8_t encodeBCD(
char c);
+ 225 char decodeBCD(uint8_t b);
+
+
+ 228 uint32_t encodeBCH(uint32_t data);
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
Provides common interface for protocols that run on LoRa/FSK modules, such as RTTY or LoRaWAN....
Definition: PhysicalLayer.h:14