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
819  * Warning: Come on, it's called GOD mode - obviously only use this if you know what you're doing.
820  * Failure to heed the above warning may result in bricked module.
821  */
-
822 #if !defined(RADIOLIB_FIX_ERRATA_SX127X)
+
822 #if !defined(RADIOLIB_GODMODE)
823  //#define RADIOLIB_GODMODE
824 #endif
825 
@@ -916,7 +916,7 @@ $(document).ready(function(){initNavTree('_build_opt_8h_source.html',''); initRe
828  * This will make some hardware methods like SPI get/set accessible from the user sketch - think of it as "god mode lite"
829  * Warning: RadioLib won't stop you from writing invalid stuff into your device, so it's quite easy to brick your module with this.
830  */
-
831 #if !defined(RADIOLIB_FIX_ERRATA_SX127X)
+
831 #if !defined(RADIOLIB_LOW_LEVEL)
832  //#define RADIOLIB_LOW_LEVEL
833 #endif
834 
@@ -931,7 +931,7 @@ $(document).ready(function(){initNavTree('_build_opt_8h_source.html',''); initRe
843  * Uncomment to enable static-only memory management: no dynamic allocation will be performed.
844  * Warning: Large static arrays will be created in some methods. It is not advised to send large packets in this mode.
845  */
-
846 #if !defined(RADIOLIB_FIX_ERRATA_SX127X)
+
846 #if !defined(RADIOLIB_STATIC_ONLY)
847  //#define RADIOLIB_STATIC_ONLY
848 #endif
849 
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
192 #endif
-
RTTYClient::standby
int16_t standby()
Stops transmitting.
Definition: RTTY.cpp:529
-
ITA2String::length
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
-
RTTYClient::idle
void idle()
Send out idle condition (RF tone at mark frequency).
Definition: RTTY.cpp:170
+
RTTYClient::standby
int16_t standby()
Stops transmitting.
Definition: RTTY.cpp:533
+
ITA2String::length
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
+
RTTYClient::idle
void idle()
Send out idle condition (RF tone at mark frequency).
Definition: RTTY.cpp:174
AFSKClient
Client for audio-based transmissions. Requires Arduino tone() function, and a module capable of direc...
Definition: AFSK.h:17
ITA2String::ITA2String
ITA2String(char c)
Default single-character constructor.
Definition: RTTY.cpp:4
-
ITA2String::~ITA2String
~ITA2String()
Default destructor.
Definition: RTTY.cpp:18
+
ITA2String::~ITA2String
~ITA2String()
Default destructor.
Definition: RTTY.cpp:22
ITA2String
ITA2-encoded string.
Definition: RTTY.h:28
-
ITA2String::byteArr
uint8_t * byteArr()
Gets the ITA2 representation of the ASCII string set in constructor.
Definition: RTTY.cpp:36
-
RTTYClient::RTTYClient
RTTYClient(PhysicalLayer *phy)
Constructor for 2-FSK mode.
Definition: RTTY.cpp:110
+
ITA2String::byteArr
uint8_t * byteArr()
Gets the ITA2 representation of the ASCII string set in constructor.
Definition: RTTY.cpp:40
+
RTTYClient::RTTYClient
RTTYClient(PhysicalLayer *phy)
Constructor for 2-FSK mode.
Definition: RTTY.cpp:114
PhysicalLayer
Provides common interface for protocols that run on LoRa/FSK modules, such as RTTY or LoRaWAN....
Definition: PhysicalLayer.h:14
RTTYClient
Client for RTTY communication. The public interface is the same as Arduino Serial.
Definition: RTTY.h:88
-
RTTYClient::begin
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
+
RTTYClient::begin
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