attendance system MQTT lib
Fork of MQTT by
Diff: MQTTClient.h
- Revision:
- 48:25df8f8d616a
- Parent:
- 44:c299463ae853
--- a/MQTTClient.h Sat Oct 03 10:53:36 2015 +0000 +++ b/MQTTClient.h Tue Jul 17 12:44:44 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 {