mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-11-18 16:29:26 +01:00
Add reconnect time as a configurable parameter.
Closes IDF-1126
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include "sdkconfig.h"
|
||||
|
||||
#define MQTT_PROTOCOL_311 CONFIG_MQTT_PROTOCOL_311
|
||||
#define MQTT_RECONNECT_TIMEOUT_MS (10*1000)
|
||||
#define MQTT_RECON_DEFAULT_MS (10*1000)
|
||||
#define MQTT_POLL_READ_TIMEOUT_MS (1000)
|
||||
|
||||
#if CONFIG_MQTT_BUFFER_SIZE
|
||||
|
||||
Reference in New Issue
Block a user