Increased MQTT buffer to work with Aidon 6525 meters

This commit is contained in:
Vegard Fladby
2020-03-24 19:49:40 +01:00
parent 30d73c3a6e
commit a215aa7766

View File

@@ -45,7 +45,7 @@ AmsConfiguration config;
AmsWebServer ws;
WiFiClient *client;
MQTTClient mqtt(384);
MQTTClient mqtt(512);
Stream* debugger = NULL;