diff --git a/api.html b/api.html index e9c75fc..35ea364 100644 --- a/api.html +++ b/api.html @@ -167,8 +167,8 @@ void setup() {
Returns
@@ -183,8 +183,8 @@ void setup() {
Returns
@@ -205,8 +205,8 @@ void setup() {
Returns
@@ -227,8 +227,8 @@ void setup() {
Returns
@@ -242,7 +242,7 @@ void setup() {
Returns
@@ -256,7 +256,7 @@ void setup() {
Returns
@@ -375,6 +375,12 @@ void setup() {
Sets the version of the MQTT protocol to use.

Default: MQTT 3.1.1

+
MQTT_MAX_TRANSFER_SIZE
+
Sets the maximum number of bytes passed to the network client in each + write call. Some hardware has a limit to how much data can be passed + to them in one go, such as the Arduino Wifi Shield.

+

Default: undefined (complete packet passed in each write call)

+