gftgtgtf

Dependencies:   FP MQTTPacket

Fork of MQTT by James Bruce

Revision:
48:205fe4c5a6d6
Parent:
44:c299463ae853
--- a/MQTTClient.h	Sat Oct 03 10:53:36 2015 +0000
+++ b/MQTTClient.h	Wed Feb 14 06:03:43 2018 +0000
@@ -88,7 +88,7 @@
  * @param Network a network class which supports send, receive
  * @param Timer a timer class with the methods:
  */
-template<class Network, class Timer, int MAX_MQTT_PACKET_SIZE = 100, int MAX_MESSAGE_HANDLERS = 5>
+template<class Network, class Timer, int MAX_MQTT_PACKET_SIZE = 500, int MAX_MESSAGE_HANDLERS = 5>
 class Client
 {