1
0
mirror of https://github.com/adafruit/Adafruit_MQTT_Library.git synced 2025-07-24 16:42:31 +03:00

increase connect timeout to allow for 5 second ban response

This commit is contained in:
Todd Treece
2016-06-28 14:53:08 -04:00
parent d7f85c1ff2
commit 39f1169559

View File

@ -68,7 +68,7 @@
#define MQTT_QOS_1 0x1
#define MQTT_QOS_0 0x0
#define CONNECT_TIMEOUT_MS 3000
#define CONNECT_TIMEOUT_MS 6000
#define PUBLISH_TIMEOUT_MS 500
#define PING_TIMEOUT_MS 500