We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b92728 + a4bcd4f commit 1dad225Copy full SHA for 1dad225
PubSubClient.h
@@ -21,7 +21,7 @@
21
#define MQTT_VERSION MQTT_VERSION_3_1_1
22
23
// MQTT_MAX_PACKET_SIZE : Maximum packet size
24
-#define MQTT_MAX_PACKET_SIZE 128
+#define MQTT_MAX_PACKET_SIZE 1024
25
26
// MQTT_KEEPALIVE : keepAlive interval in Seconds
27
#define MQTT_KEEPALIVE 15
0 commit comments