Merge pull request #54 from Allram/master

Increased MQTT buffer to work with Aidon 6525 meters
This commit is contained in:
Gunnar Skjold
2020-03-24 20:11:00 +01:00
committed by GitHub

View File

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