An API for using MQTT over multiple transports
Fork of MQTT by
Revision 47:76953d776a52, committed 2016-05-02
- Comitter:
- co838_ab981
- Date:
- Mon May 02 14:57:44 2016 +0000
- Parent:
- 46:e335fcc1a663
- Commit message:
- Change the value for get more data to mqtt server
Changed in this revision
MQTTClient.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MQTTClient.h Tue Aug 18 09:57:19 2015 +0000 +++ b/MQTTClient.h Mon May 02 14:57:44 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 = 400, int MAX_MESSAGE_HANDLERS = 5> class Client {