From 472788c7732c8eb1db36a3867fc4ed5d80a66840 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 12 Nov 2020 18:47:04 +0100 Subject: [PATCH] drop max transfer constant --- src/pubsubc.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pubsubc.h b/src/pubsubc.h index 31469cf..fbb80da 100644 --- a/src/pubsubc.h +++ b/src/pubsubc.h @@ -37,10 +37,6 @@ -// MQTT_MAX_TRANSFER_SIZE : limit how much data is passed to the network client -// in each write call. Needed for the Arduino Wifi Shield. Leave undefined to -// pass the entire MQTT packet in each write call. -//#define MQTT_MAX_TRANSFER_SIZE 80 // Possible values for client.state() #define MQTT_CONNECTION_TIMEOUT -4