mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-08-03 12:45:34 +02:00
updated config
This commit is contained in:
@@ -12,9 +12,9 @@
|
|||||||
#define MQTT_MAX_HOST_LEN 64
|
#define MQTT_MAX_HOST_LEN 64
|
||||||
#define MQTT_MAX_CLIENT_LEN 32
|
#define MQTT_MAX_CLIENT_LEN 32
|
||||||
#define MQTT_MAX_USERNAME_LEN 32
|
#define MQTT_MAX_USERNAME_LEN 32
|
||||||
#define MQTT_MAX_PASSWORD_LEN 32
|
#define MQTT_MAX_PASSWORD_LEN 64
|
||||||
#define MQTT_MAX_LWT_TOPIC 32
|
#define MQTT_MAX_LWT_TOPIC 32
|
||||||
#define MQTT_MAX_LWT_MSG 32
|
#define MQTT_MAX_LWT_MSG 128
|
||||||
#define MQTT_TASK_PRIORITY 5
|
#define MQTT_TASK_PRIORITY 5
|
||||||
#define MQTT_TASK_STACK (6*1024)
|
#define MQTT_TASK_STACK (6*1024)
|
||||||
#define MQTT_KEEPALIVE_TICK (120)
|
#define MQTT_KEEPALIVE_TICK (120)
|
||||||
|
Reference in New Issue
Block a user