diff --git a/_c_c1101_8h_source.html b/_c_c1101_8h_source.html
index 1ea0f4af..2e49b2a2 100644
--- a/_c_c1101_8h_source.html
+++ b/_c_c1101_8h_source.html
@@ -725,7 +725,7 @@ $(document).ready(function(){initNavTree('_c_c1101_8h_source.html',''); initResi
951 int16_t directMode();
952 static void getExpMant(
float target, uint16_t mantOffset, uint8_t divExp, uint8_t expMax, uint8_t& exp, uint8_t& mant);
- 953 int16_t setPacketMode(uint8_t mode, uint8_t len);
+ 953 int16_t setPacketMode(uint8_t mode, uint16_t len);
diff --git a/_module_8h_source.html b/_module_8h_source.html
index 7917962f..fc50428b 100644
--- a/_module_8h_source.html
+++ b/_module_8h_source.html
@@ -248,9 +248,9 @@ $(document).ready(function(){initNavTree('_module_8h_source.html',''); initResiz
510 #ifdef RADIOLIB_SOFTWARE_SERIAL_UNSUPPORTED
- 511 SerialModule(RADIOLIB_PIN_TYPE rx, RADIOLIB_PIN_TYPE tx, HardwareSerial* serial = &RADIOLIB_HARDWARE_SERIAL_PORT, RADIOLIB_PIN_TYPE rst = RADIOLIB_NC);
+ 511 SerialModule(RADIOLIB_PIN_TYPE rx, RADIOLIB_PIN_TYPE tx, RADIOLIB_PIN_TYPE rst = RADIOLIB_NC, HardwareSerial* serial = &RADIOLIB_HARDWARE_SERIAL_PORT);
- 513 SerialModule(RADIOLIB_PIN_TYPE rx, RADIOLIB_PIN_TYPE tx, HardwareSerial* serial =
nullptr, RADIOLIB_PIN_TYPE rst = RADIOLIB_NC);
+ 513 SerialModule(RADIOLIB_PIN_TYPE rx, RADIOLIB_PIN_TYPE tx, RADIOLIB_PIN_TYPE rst = RADIOLIB_NC, HardwareSerial* serial =
nullptr);
diff --git a/class_serial_module-members.html b/class_serial_module-members.html
index cc981737..1d565d20 100644
--- a/class_serial_module-members.html
+++ b/class_serial_module-members.html
@@ -124,7 +124,7 @@ $(document).ready(function(){initNavTree('class_serial_module.html',''); initRes
noTone(RADIOLIB_PIN_TYPE pin) | Module | static |
operator=(const Module &mod) | Module | |
pinMode(RADIOLIB_PIN_TYPE pin, RADIOLIB_PIN_MODE mode) | Module | static |
- SerialModule(RADIOLIB_PIN_TYPE rx, RADIOLIB_PIN_TYPE tx, HardwareSerial *serial=nullptr, RADIOLIB_PIN_TYPE rst=RADIOLIB_NC) | SerialModule | |
+ SerialModule(RADIOLIB_PIN_TYPE rx, RADIOLIB_PIN_TYPE tx, RADIOLIB_PIN_TYPE rst=RADIOLIB_NC, HardwareSerial *serial=nullptr) | SerialModule | |
setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn) | Module | |
setRfSwitchState(RADIOLIB_PIN_STATUS rxPinState, RADIOLIB_PIN_STATUS txPinState) | Module | |
SPIgetRegValue(uint8_t reg, uint8_t msb=7, uint8_t lsb=0) | Module | |
diff --git a/class_serial_module.html b/class_serial_module.html
index 17a45210..5a325544 100644
--- a/class_serial_module.html
+++ b/class_serial_module.html
@@ -106,9 +106,9 @@ Inheritance diagram for SerialModule:
|
- | SerialModule (RADIOLIB_PIN_TYPE rx, RADIOLIB_PIN_TYPE tx, HardwareSerial *serial=nullptr, RADIOLIB_PIN_TYPE rst=RADIOLIB_NC) |
- | UART-based module constructor. More...
|
- |
+ | SerialModule (RADIOLIB_PIN_TYPE rx, RADIOLIB_PIN_TYPE tx, RADIOLIB_PIN_TYPE rst=RADIOLIB_NC, HardwareSerial *serial=nullptr) |
+ | UART-based module constructor. More...
|
+ |
| Module (RADIOLIB_PIN_TYPE cs, RADIOLIB_PIN_TYPE irq, RADIOLIB_PIN_TYPE rst) |
| SPI-based module constructor. Will use the default SPI interface automatically initialize it. More...
|
@@ -277,8 +277,8 @@ uint8_t
Extension of Module class for UART-based modules, only exists to distinguish the UART constructor.
-
-◆ SerialModule()
+
+◆ SerialModule()
@@ -298,14 +298,14 @@ uint8_t | |
|
- HardwareSerial * |
- serial = nullptr , |
+ RADIOLIB_PIN_TYPE |
+ rst = RADIOLIB_NC , |
|
|
- RADIOLIB_PIN_TYPE |
- rst = RADIOLIB_NC |
+ HardwareSerial * |
+ serial = nullptr |
|
@@ -320,8 +320,8 @@ uint8_t
rx | Arduino pin to be used as Rx pin for SoftwareSerial communication. |
tx | Arduino pin to be used as Tx pin for SoftwareSerial communication. |
- serial | HardwareSerial to be used on platforms that do not support SoftwareSerial. Defaults to Serial1. |
- rst | Arduino pin to be used as hardware reset for the module. Defaults to NC (unused). |
+ rst | Arduino pin to be used as hardware reset for the module. Defaults to NC (unused). |
+ serial | HardwareSerial to be used on platforms that do not support SoftwareSerial. Defaults to Serial1. |
|
diff --git a/class_serial_module.js b/class_serial_module.js
index 4989f71a..51e6c3a2 100644
--- a/class_serial_module.js
+++ b/class_serial_module.js
@@ -1,4 +1,4 @@
var class_serial_module =
[
- [ "SerialModule", "class_serial_module.html#af40d6673000ae141af0004f8ba7b496f", null ]
+ [ "SerialModule", "class_serial_module.html#a753631600e2070c57ed74e9eb296ce19", null ]
];
\ No newline at end of file
diff --git a/functions_func_s.html b/functions_func_s.html
index 091d4344..0416aa08 100644
--- a/functions_func_s.html
+++ b/functions_func_s.html
@@ -104,7 +104,7 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
: SSTVClient
SerialModule()
-: SerialModule
+: SerialModule
setAccessAddress()
: SX128x
diff --git a/functions_s.html b/functions_s.html
index 002e8662..cb000878 100644
--- a/functions_s.html
+++ b/functions_s.html
@@ -110,7 +110,7 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
: AX25Frame
SerialModule()
-: SerialModule
+: SerialModule
setAccessAddress()
: SX128x
diff --git a/navtreeindex2.js b/navtreeindex2.js
index 7e435cdc..2a98a069 100644
--- a/navtreeindex2.js
+++ b/navtreeindex2.js
@@ -237,7 +237,7 @@ var NAVTREEINDEX2 =
"class_s_x128x.html#aff1b549077b9d752f53bf9dfc6840236":[3,0,47,30],
"class_s_x128x.html#aff7d86352c98771595375e17d19a2a97":[3,0,47,20],
"class_serial_module.html":[3,0,25],
-"class_serial_module.html#af40d6673000ae141af0004f8ba7b496f":[3,0,25,0],
+"class_serial_module.html#a753631600e2070c57ed74e9eb296ce19":[3,0,25,0],
"class_si4430.html":[3,0,26],
"class_si4430.html#a025a31861d1511090168e416140d0343":[3,0,26,2],
"class_si4430.html#a8e17e67d0d3dd9b478be964be8647ca7":[3,0,26,1],
diff --git a/search/all_10.js b/search/all_10.js
index 89aad0fd..469bc48c 100644
--- a/search/all_10.js
+++ b/search/all_10.js
@@ -7,7 +7,7 @@ var searchData=
['sendheader_240',['sendHeader',['../class_s_s_t_v_client.html#a30741de183c81492402187b9d6d8c11e',1,'SSTVClient']]],
['sendline_241',['sendLine',['../class_s_s_t_v_client.html#a772bfc68ac0a5f723c1031138dc27bd0',1,'SSTVClient']]],
['sendseqnumber_242',['sendSeqNumber',['../class_a_x25_frame.html#a4c0fdf148d3b779d48441d45af87add2',1,'AX25Frame']]],
- ['serialmodule_243',['SerialModule',['../class_serial_module.html',1,'SerialModule'],['../class_serial_module.html#af40d6673000ae141af0004f8ba7b496f',1,'SerialModule::SerialModule()']]],
+ ['serialmodule_243',['SerialModule',['../class_serial_module.html',1,'SerialModule'],['../class_serial_module.html#a753631600e2070c57ed74e9eb296ce19',1,'SerialModule::SerialModule()']]],
['setaccessaddress_244',['setAccessAddress',['../class_s_x128x.html#a9346490a6c56edcff2e12ae0369a8df5',1,'SX128x']]],
['setaddresswidth_245',['setAddressWidth',['../classn_r_f24.html#a5b01677f5ce6bee54da8fc7098c339f4',1,'nRF24']]],
['setaeskey_246',['setAESKey',['../class_r_f69.html#abe5b378d7cc274fd8b75881e7d604bf3',1,'RF69']]],
diff --git a/search/functions_10.js b/search/functions_10.js
index 44c89f7a..0b3059c8 100644
--- a/search/functions_10.js
+++ b/search/functions_10.js
@@ -5,7 +5,7 @@ var searchData=
['sendframe_538',['sendFrame',['../class_a_x25_client.html#a341db993853c6817a8f6c7087ead0ba6',1,'AX25Client']]],
['sendheader_539',['sendHeader',['../class_s_s_t_v_client.html#a30741de183c81492402187b9d6d8c11e',1,'SSTVClient']]],
['sendline_540',['sendLine',['../class_s_s_t_v_client.html#a772bfc68ac0a5f723c1031138dc27bd0',1,'SSTVClient']]],
- ['serialmodule_541',['SerialModule',['../class_serial_module.html#af40d6673000ae141af0004f8ba7b496f',1,'SerialModule']]],
+ ['serialmodule_541',['SerialModule',['../class_serial_module.html#a753631600e2070c57ed74e9eb296ce19',1,'SerialModule']]],
['setaccessaddress_542',['setAccessAddress',['../class_s_x128x.html#a9346490a6c56edcff2e12ae0369a8df5',1,'SX128x']]],
['setaddresswidth_543',['setAddressWidth',['../classn_r_f24.html#a5b01677f5ce6bee54da8fc7098c339f4',1,'nRF24']]],
['setaeskey_544',['setAESKey',['../class_r_f69.html#abe5b378d7cc274fd8b75881e7d604bf3',1,'RF69']]],