From f0b799be21a298f6cd00807135b16c7a1da58670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Mon, 26 Feb 2018 13:10:48 +0100 Subject: [PATCH] Increasing max number of messages in JSON payload to 20 (#588) --- code/espurna/config/general.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/espurna/config/general.h b/code/espurna/config/general.h index 27d61fa4..4c538de8 100644 --- a/code/espurna/config/general.h +++ b/code/espurna/config/general.h @@ -549,7 +549,7 @@ PROGMEM const char* const custom_reset_string[] = { #define MQTT_USE_JSON 0 // Group messages in a JSON body #define MQTT_USE_JSON_DELAY 100 // Wait this many ms before grouping messages -#define MQTT_QUEUE_MAX_SIZE 10 // Size of the MQTT queue when MQTT_USE_JSON is enabled +#define MQTT_QUEUE_MAX_SIZE 20 // Size of the MQTT queue when MQTT_USE_JSON is enabled // These are the properties that will be sent when useJson is true #ifndef MQTT_ENQUEUE_IP