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
commit ab016fff93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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