Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: PubSubClient.h
- Revision:
- 1:05fe2e37b93d
- Parent:
- 0:c492c0206878
--- a/PubSubClient.h Mon Jan 25 09:04:25 2016 +0000 +++ b/PubSubClient.h Thu Feb 04 06:46:15 2016 +0000 @@ -18,7 +18,7 @@ #define MQTT_MAX_PACKET_SIZE 128 // MQTT_KEEPALIVE : keepAlive interval in Seconds -#define MQTT_KEEPALIVE 15 +#define MQTT_KEEPALIVE 15000 #define MQTTPROTOCOLVERSION 3 #define MQTTCONNECT 1 << 4 // Client request to connect to Server