larger buffer

This commit is contained in:
Wolfgang Hottgenroth 2020-11-15 01:46:41 +01:00
parent 3d52c14d53
commit 44647d686f
No known key found for this signature in database
GPG Key ID: 656C88C7C1734267

View File

@ -22,7 +22,7 @@
// MQTT_MAX_PACKET_SIZE : Maximum packet size. Override with setBufferSize().
#ifndef MQTT_MAX_PACKET_SIZE
#define MQTT_MAX_PACKET_SIZE 256
#define MQTT_MAX_PACKET_SIZE 512
#endif
// MQTT_KEEPALIVE : keepAlive interval in Seconds. Override with setKeepAlive()