mqtt specific components for the impact mbed endpoint library
Dependents: mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_mqtt_endpoint_nxp
Diff: MQTTDefinitions.h
- Revision:
- 20:ee03f10c074e
- Parent:
- 17:36a4ab911aaa
- Child:
- 22:afb208d1d79e
--- a/MQTTDefinitions.h Tue Apr 01 03:23:25 2014 +0000 +++ b/MQTTDefinitions.h Tue Apr 01 20:06:30 2014 +0000 @@ -94,7 +94,7 @@ #define MQTT_USERNAME "" // IOC MQTT Username #define MQTT_PASSWORD "" // IOC MQTT Password #define MQTT_PING_VERB_LEN 10 // Ping or Pong -#define MQTT_PING_COUNTDOWN 1200 // Send ping to GW every 1200'th 250ms iterations (5 minutes) +#define MQTT_PING_COUNTDOWN 3600 // Send ping to GW every 3600'th 250ms iteration (approx 15 minutes) #define MQTT_MAX_COUNTER 32768 // largest Ping counter before reset back to 1 #endif // _MQTT_DEFINITIONS_H_ \ No newline at end of file