From d8454960192c742ab122eb6f7539c00a62afb01c Mon Sep 17 00:00:00 2001 From: jgromes Date: Tue, 16 Nov 2021 09:07:52 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2088c10?= =?UTF-8?q?78ac746dc5927a65145b54c7da80002f888=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _build_opt_8h_source.html | 6 +++--- _r_t_t_y_8h_source.html | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) 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
-
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