increase MQTT quque

This commit is contained in:
openshwprojects
2023-05-02 12:21:52 +02:00
parent 5e33783545
commit 4ff42e76eb

View File

@@ -99,7 +99,7 @@ typedef struct MqttPublishItem
// Count of queued items published at once.
#define MQTT_QUEUED_ITEMS_PUBLISHED_AT_ONCE 3
#define MQTT_MAX_QUEUE_SIZE 7
#define MQTT_MAX_QUEUE_SIZE 16
// callback function for mqtt.
// return 0 to allow the incoming topic/data to be processed by others/channel set.