drop max transfer constant

This commit is contained in:
Wolfgang Hottgenroth 2020-11-12 18:47:04 +01:00
parent bba8d6da00
commit 472788c773
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -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