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
1 changed files with 1 additions and 1 deletions

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