diff --git a/_build_opt_8h_source.html b/_build_opt_8h_source.html
index 5ab3c9a1..ba5e0389 100644
--- a/_build_opt_8h_source.html
+++ b/_build_opt_8h_source.html
@@ -907,7 +907,7 @@ $(document).ready(function(){initNavTree('_build_opt_8h_source.html',''); initRe
- 822 #if !defined(RADIOLIB_FIX_ERRATA_SX127X)
+ 822 #if !defined(RADIOLIB_GODMODE)
@@ -916,7 +916,7 @@ $(document).ready(function(){initNavTree('_build_opt_8h_source.html',''); initRe
- 831 #if !defined(RADIOLIB_FIX_ERRATA_SX127X)
+ 831 #if !defined(RADIOLIB_LOW_LEVEL)
@@ -931,7 +931,7 @@ $(document).ready(function(){initNavTree('_build_opt_8h_source.html',''); initRe
- 846 #if !defined(RADIOLIB_FIX_ERRATA_SX127X)
+ 846 #if !defined(RADIOLIB_STATIC_ONLY)
diff --git a/_r_t_t_y_8h_source.html b/_r_t_t_y_8h_source.html
index 02e822ff..4971660f 100644
--- a/_r_t_t_y_8h_source.html
+++ b/_r_t_t_y_8h_source.html
@@ -214,18 +214,18 @@ $(document).ready(function(){initNavTree('_r_t_t_y_8h_source.html',''); initResi
-int16_t standby()
Stops transmitting.
Definition: RTTY.cpp:529
-size_t length()
Gets the length of the ITA2 string. This number is not the same as the length of ASCII-encoded string...
Definition: RTTY.cpp:24
-void idle()
Send out idle condition (RF tone at mark frequency).
Definition: RTTY.cpp:170
+int16_t standby()
Stops transmitting.
Definition: RTTY.cpp:533
+size_t length()
Gets the length of the ITA2 string. This number is not the same as the length of ASCII-encoded string...
Definition: RTTY.cpp:28
+void idle()
Send out idle condition (RF tone at mark frequency).
Definition: RTTY.cpp:174
Client for audio-based transmissions. Requires Arduino tone() function, and a module capable of direc...
Definition: AFSK.h:17
ITA2String(char c)
Default single-character constructor.
Definition: RTTY.cpp:4
-~ITA2String()
Default destructor.
Definition: RTTY.cpp:18
+~ITA2String()
Default destructor.
Definition: RTTY.cpp:22
ITA2-encoded string.
Definition: RTTY.h:28
-uint8_t * byteArr()
Gets the ITA2 representation of the ASCII string set in constructor.
Definition: RTTY.cpp:36
-RTTYClient(PhysicalLayer *phy)
Constructor for 2-FSK mode.
Definition: RTTY.cpp:110
+uint8_t * byteArr()
Gets the ITA2 representation of the ASCII string set in constructor.
Definition: RTTY.cpp:40
+RTTYClient(PhysicalLayer *phy)
Constructor for 2-FSK mode.
Definition: RTTY.cpp:114
Provides common interface for protocols that run on LoRa/FSK modules, such as RTTY or LoRaWAN....
Definition: PhysicalLayer.h:14
Client for RTTY communication. The public interface is the same as Arduino Serial.
Definition: RTTY.h:88
-int16_t begin(float base, uint32_t shift, uint16_t rate, uint8_t encoding=RADIOLIB_ASCII, uint8_t stopBits=1)
Initialization method.
Definition: RTTY.cpp:124
+int16_t begin(float base, uint32_t shift, uint16_t rate, uint8_t encoding=RADIOLIB_ASCII, uint8_t stopBits=1)
Initialization method.
Definition: RTTY.cpp:128