Fork of MQTT library

Dependencies:   FP

Dependents:   WNCProximityMqtt

Revision:
48:326380990a95
Parent:
47:21d6fba046df
--- a/MQTTClient.h	Wed Sep 14 16:35:32 2016 +0000
+++ b/MQTTClient.h	Tue Sep 27 15:47:27 2016 +0000
@@ -92,7 +92,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 = 512, int MAX_MESSAGE_HANDLERS = 5>
 class Client
 {