mqtt - potistiriProject

Dependencies:   MQTTPacket FP

Revision:
60:de9d500da15f
Parent:
57:3513ee54ebb4
--- a/MQTTClient.h	Thu Nov 02 12:12:41 2017 +0000
+++ b/MQTTClient.h	Thu Mar 11 15:11:33 2021 +0000
@@ -108,7 +108,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 = 2000, int MAX_MESSAGE_HANDLERS =10>
 class Client
 {