Junichi Katsu / Milkcocoa-os

Dependents:   mbed-os-example-wifi-milkcocoa MilkcocoaOsSample_Eth MilkcocoaOsSample_ESP8266 MilkcocoaOsSample_Eth_DigitalIn

Revision:
1:8e4149b53a8a
Parent:
0:0a2f634d3324
Child:
8:e2f15b1b4f70
--- a/MQTT/MQTTClient.h	Thu Feb 09 07:26:57 2017 +0000
+++ b/MQTT/MQTTClient.h	Wed Feb 15 02:15:55 2017 +0000
@@ -100,7 +100,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 = 256, int MAX_MESSAGE_HANDLERS = 5>
 class Client
 {