From a215aa7766669211912c3dc08f0a428785e78912 Mon Sep 17 00:00:00 2001 From: Vegard Fladby Date: Tue, 24 Mar 2020 19:49:40 +0100 Subject: [PATCH] Increased MQTT buffer to work with Aidon 6525 meters --- src/AmsToMqttBridge.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AmsToMqttBridge.ino b/src/AmsToMqttBridge.ino index e9436236..2c6674ef 100644 --- a/src/AmsToMqttBridge.ino +++ b/src/AmsToMqttBridge.ino @@ -45,7 +45,7 @@ AmsConfiguration config; AmsWebServer ws; WiFiClient *client; -MQTTClient mqtt(384); +MQTTClient mqtt(512); Stream* debugger = NULL;